Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members
iCelPersistentDataList Struct Reference
A list of persistent data for all the property classes of an entity. More...
#include <physicallayer/persist.h>
Inheritance diagram for iCelPersistentDataList:

Public Member Functions | |
virtual size_t | GetCount () const =0 |
Return the number of entries in this list. | |
virtual bool | GetPersistentData (size_t idx, csRef< iCelDataBuffer > &databuf, csString &pc_name, csString &pc_tag) const =0 |
To get the persistent data at the specified position. | |
virtual void | AddPersistentData (csRef< iCelDataBuffer > &databuf, csString &pc_name, csString &pc_tag)=0 |
To add a new persistent data buffer. |
Detailed Description
A list of persistent data for all the property classes of an entity.The complete state of all the property classes of an entity can be specified with this list. The list can contain one entry per property class. The name and the tag of the property class is used to identify it.
Definition at line 262 of file persist.h.
Member Function Documentation
|
To add a new persistent data buffer.
Implemented in celStandardPersistentDataList. |
|
Return the number of entries in this list.
Implemented in celStandardPersistentDataList. |
|
To get the persistent data at the specified position.
Implemented in celStandardPersistentDataList. |
The documentation for this struct was generated from the following file:
- physicallayer/persist.h
Generated for CEL: Crystal Entity Layer by doxygen 1.4.4