iCelPersistence Struct Reference
This interface describes a module that can persist CEL data. More...
#include <physicallayer/persist.h>
Public Member Functions | |
virtual bool | Load (iCelLocalEntitySet *set, iFile *file)=0 |
Load a local entity set from an iFile. | |
virtual bool | Load (iCelLocalEntitySet *set, const char *name)=0 |
Load a local entity set. | |
virtual bool | Save (iCelLocalEntitySet *set, iFile *file)=0 |
Save a local entity set to an iFile. | |
virtual bool | Save (iCelLocalEntitySet *set, const char *name)=0 |
Save a local entity set. |
Detailed Description
This interface describes a module that can persist CEL data.
Definition at line 354 of file persist.h.
Member Function Documentation
|
Load a local entity set from an iFile.
|
|
Load a local entity set. 'name' is a name relevant for the given type of persistence. It can be a filename for example (VFS).
|
|
Save a local entity set to an iFile.
|
|
Save a local entity set. 'name' is a name relevant for the given type of persistence. It can be a filename for example (VFS).
|
The documentation for this struct was generated from the following file:
- physicallayer/persist.h
Generated for CEL: Crystal Entity Layer by doxygen 1.4.6