Inherits MemoryPoolObject.
Public Attributes | |
| XferFilePos | filePos |
| the file position of this block | |
| XferBlockData * | next |
| next block on the stack | |
Additional Inherited Members | |
Public Member Functions inherited from MemoryPoolObject | |
| void | deleteInstance () |
Protected Member Functions inherited from MemoryPoolObject | |
| virtual | ~MemoryPoolObject () |
| void * | operator new (size_t s) |
| void | operator delete (void *p) |
| virtual MemoryPool * | getObjectMemoryPool ()=0 |
Definition at line 37 of file XferSave.cpp.
| XferFilePos XferBlockData::filePos |
the file position of this block
Definition at line 43 of file XferSave.cpp.
| XferBlockData* XferBlockData::next |
next block on the stack
Definition at line 44 of file XferSave.cpp.