#include <PersistentData.H>
Public Member Functions | |
virtual void | Load (std::istream &is)=0 |
virtual void | Save (std::ostream &os) const =0 |
virtual | ~CPersistentDataInterface ()=0 |
Definition at line 24 of file PersistentData.H.
CPersistentDataInterface::~CPersistentDataInterface | ( | ) | [pure virtual] |
Definition at line 31 of file PersistentData.H.
virtual void CPersistentDataInterface::Load | ( | std::istream & | is | ) | [pure virtual] |
Implemented in CPersistentData< T >.
virtual void CPersistentDataInterface::Save | ( | std::ostream & | os | ) | const [pure virtual] |
Implemented in CPersistentData< T >.