Overview Chapter

class CStoredObjectLibrary

Constructors and Destructors
CStoredObjectLibraryConstructor.
CStoredObjectLibraryConstructor to be used by the iterators or reference resolution If the _OffsetData and _CompiledSize are not given, they have to be read from the header at _OffsetHeader.
Operations
SaveDataToFile Handling the file.
Overridables
Flush
ReAllocateThrow away all existing data and start from scratch.
Refresh
Release
CompileReference
CreateFromReferenceData
SizeOfReferenceOverloads for reference handling.
   
                      
Data Members
   
private
FILEOFFSET m_MyFileOffsetData;Where will the objects data be in the file? This information is part of the header, which can be found at m_MyFileOffsetHeader = 0: not assigned.
FILEOFFSET m_MyFileOffsetHeader;Offset in file where the object header can be found this may beused for storage of references later = 0: not assigned.