#include <PersistentData.H>


Protected Member Functions | |
| CPersistentData (T &mydata) | |
| virtual | ~CPersistentData () |
| virtual void | Load (std::istream &is) |
| virtual void | Save (std::ostream &os) const |
Protected Attributes | |
| T & | data |
Friends | |
| class | CPersistentDataCollection |
Definition at line 43 of file PersistentData.H.
| CPersistentData< T >::CPersistentData | ( | T & | mydata | ) | [inline, protected] |
Definition at line 47 of file PersistentData.H.
| virtual CPersistentData< T >::~CPersistentData | ( | ) | [inline, protected, virtual] |
Definition at line 48 of file PersistentData.H.
| virtual void CPersistentData< T >::Load | ( | std::istream & | is | ) | [inline, protected, virtual] |
Implements CPersistentDataInterface.
Definition at line 49 of file PersistentData.H.

| virtual void CPersistentData< T >::Save | ( | std::ostream & | os | ) | const [inline, protected, virtual] |
Implements CPersistentDataInterface.
Definition at line 56 of file PersistentData.H.
References std::endl().

friend class CPersistentDataCollection [friend] |
Definition at line 57 of file PersistentData.H.
T& CPersistentData< T >::data [protected] |
Definition at line 46 of file PersistentData.H.
1.5.4