iCelCompactDataBufferReader Struct Reference
This interface describes persistable data in a very compact way. More...
#include <physicallayer/persist.h>
Inheritance diagram for iCelCompactDataBufferReader:

Public Member Functions | |
| virtual const char * | GetString8 ()=0 |
| The returned pointer is only valid for the lifetime of the buffer. | |
Detailed Description
This interface describes persistable data in a very compact way.
Only the actual data is saved. No type information is put in the buffer. That way the representation is very compact. The data is kept in a cross-platform binary format which can be safely read and write from/to files. Since no type checking is possible with this interface you will have to make sure you get the information in exactly the same order and type as it was written.
Definition at line 306 of file persist.h.
Member Function Documentation
| virtual const char* iCelCompactDataBufferReader::GetString8 | ( | ) | [pure virtual] |
The returned pointer is only valid for the lifetime of the buffer.
The documentation for this struct was generated from the following file:
- physicallayer/persist.h
Generated for CEL: Crystal Entity Layer 2.1 by doxygen 1.6.1
