CVC3
|
#include <cdmap.h>
Inherits CVC3::ContextObj.
CVC3::CDMapData::CDMapData | ( | Context * | context | ) | [inline] |
Definition at line 122 of file cdmap.h.
Referenced by makeCopy().
CVC3::CDMapData::CDMapData | ( | const ContextObj & | co | ) | [inline] |
ContextObj* CVC3::CDMapData::makeCopy | ( | ContextMemoryManager * | cmm | ) | [inline, private, virtual] |
Make a copy of the current object so it can be restored to its current state.
Implements CVC3::ContextObj.
Definition at line 117 of file cdmap.h.
References CDMapData().
void CVC3::CDMapData::restoreData | ( | ContextObj * | data | ) | [inline, private, virtual] |
Restore the current object from the given data.
Reimplemented from CVC3::ContextObj.
void CVC3::CDMapData::setNull | ( | void | ) | [inline, private, virtual] |
Set the current object to be invalid.
Implements CVC3::ContextObj.