CEL

Public API Reference

Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members

iCelPersistence Struct Reference

This interface describes a module that can persist CEL data. More...

#include <physicallayer/persist.h>

List of all members.

Public Member Functions

virtual bool Load (iCelLocalEntitySet *set, const char *name)=0
 Load a local entity set.
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

virtual bool iCelPersistence::Load iCelLocalEntitySet set,
const char *  name
[pure virtual]
 

Load a local entity set.

'name' is a name relevant for the given type of persistence. It can be a filename for example (VFS).

Parameters:
set is an empty local entity set that will be filled by this routine.
name identifies the saved data.
Returns:
false on error. Reporting will be already done.

virtual bool iCelPersistence::Save iCelLocalEntitySet set,
const char *  name
[pure virtual]
 

Save a local entity set.

'name' is a name relevant for the given type of persistence. It can be a filename for example (VFS).

Parameters:
set is a local entity set with entities to be saved.
name identifies the saved data.
Returns:
false on error. Reporting will be already done.


The documentation for this struct was generated from the following file:
Generated for CEL: Crystal Entity Layer by doxygen 1.4.4