ALBA
|
#include <albaVMEStorage.h>
Public Member Functions | |
mmuMSFDocument (albaVMERoot *root=NULL) | |
virtual | ~mmuMSFDocument () |
virtual int | InternalStore (albaStorageElement *node) |
virtual int | InternalRestore (albaStorageElement *node) |
Public Member Functions inherited from albaStorable | |
albaStorable () | |
int | Store (albaStorageElement *element) |
int | Restore (albaStorageElement *element) |
albaObject * | CastToObject () |
bool | IsStorable () |
Protected Attributes | |
albaVMERoot * | m_Root |
Protected Attributes inherited from albaStorable | |
bool | m_Storable |
Additional Inherited Members | |
Static Public Member Functions inherited from albaStorable | |
static albaStorable * | SafeCastToObject (albaObject *o) |
virtual int | InternalStore (albaStorageElement *node)=0 |
virtual int | InternalRestore (albaStorageElement *node)=0 |
utility class representing the MSF document.
Definition at line 31 of file albaVMEStorage.h.
|
inline |
Definition at line 34 of file albaVMEStorage.h.
|
inlinevirtual |
Definition at line 35 of file albaVMEStorage.h.
|
virtual |
This is called by Store() and must be reimplemented by subclasses.
The node element where the object should store itself is passed as argument.
Implements albaStorable.
|
virtual |
This is called by Restore() and must be reimplemented by subclasses The element from which the object should restore itself is passed as argument.
Implements albaStorable.
|
protected |
Definition at line 39 of file albaVMEStorage.h.