#include <c4d_memoryfilestruct.h>
Public Member Functions | |
| MemoryFileWriteStruct () | |
| ~MemoryFileWriteStruct () | |
| Int32 | GetBlockCount () |
| Bool | GetBlock (Int32 index, void *&mem, Int &size) |
| Bool | GetSingleBlock (void *&mem, Int &size) |
| Bool | WriteBytes (const void *dst, Int cnt) |
Private Member Functions | |
| void | Free () |
Private Attributes | |
| Int32 | currenttile_index |
| Int | currenttile_position |
| Int | currenttile_size |
| MemoryTile * | tiles |
| Int32 | tile_buffer |
| UChar * | singleblock |
|
private |
| Int32 GetBlockCount | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |