AnimatLab
2
Test
|
Public Member Functions | |
virtual CStdSerialize * | Clone () |
Makes a deep copy of this object. More... | |
virtual void | Load (CStdXml &oXml) |
Loads this object from an xml packet. More... | |
virtual void | Save (CStdXml &oXml) |
Saves this object to an xml packet.. More... | |
virtual void | Trace (std::ostream &oOs) |
Traces this object to an output stream. More... | |
Public Member Functions inherited from StdUtils::CStdSerialize | |
CStdSerialize () | |
Default constructor. More... | |
virtual | ~CStdSerialize () |
Destructor. More... | |
virtual void | Copy (CStdSerialize *lpSource) |
Makes a deep copy of this object. More... | |
Definition at line 4 of file TestObject.h.
|
virtual |
Makes a deep copy of this object.
Reimplemented from StdUtils::CStdSerialize.
Definition at line 14 of file TestObject.cpp.
|
virtual |
Loads this object from an xml packet.
[in,out] | oXml | The xml to load. |
Reimplemented from StdUtils::CStdSerialize.
Definition at line 23 of file TestObject.cpp.
|
virtual |
Saves this object to an xml packet..
[in,out] | oXml | The xml to save. |
Reimplemented from StdUtils::CStdSerialize.
Definition at line 29 of file TestObject.cpp.
|
virtual |
Traces this object to an output stream.
[in,out] | oOs | The output stream. |
Reimplemented from StdUtils::CStdSerialize.
Definition at line 19 of file TestObject.cpp.