AnimatLab  2
Test
TestObject Class Reference
+ Inheritance diagram for TestObject:
+ Collaboration diagram for TestObject:

Public Member Functions

virtual CStdSerializeClone ()
 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...
 

Detailed Description

Definition at line 4 of file TestObject.h.

Member Function Documentation

CStdSerialize * TestObject::Clone ( )
virtual

Makes a deep copy of this object.

Author
dcofer
Date
5/3/2011
Returns
null if it fails, else a copy of this object.

Reimplemented from StdUtils::CStdSerialize.

Definition at line 14 of file TestObject.cpp.

void TestObject::Load ( CStdXml oXml)
virtual

Loads this object from an xml packet.

Author
dcofer
Date
5/3/2011
Parameters
[in,out]oXmlThe xml to load.

Reimplemented from StdUtils::CStdSerialize.

Definition at line 23 of file TestObject.cpp.

void TestObject::Save ( CStdXml oXml)
virtual

Saves this object to an xml packet..

Author
dcofer
Date
5/3/2011
Parameters
[in,out]oXmlThe xml to save.

Reimplemented from StdUtils::CStdSerialize.

Definition at line 29 of file TestObject.cpp.

void TestObject::Trace ( std::ostream &  oOs)
virtual

Traces this object to an output stream.

Author
dcofer
Date
5/3/2011
Parameters
[in,out]oOsThe output stream.

Reimplemented from StdUtils::CStdSerialize.

Definition at line 19 of file TestObject.cpp.


The documentation for this class was generated from the following files: