Public Member Functions | |
| CP_ObjectDescription () | |
| CP_ObjectDescription (CP_M_Persist *inPersistObject, CP_DataValueList &inDataValues) | |
| CP_ObjectDescription (const CP_ObjectDescription &inObjectDescription) | |
| virtual | ~CP_ObjectDescription () |
| CP_M_Persist * | GetObject () |
| CP_DataValueList | GetDataValues () |
| CP_ObjectDescription & | operator= (const CP_ObjectDescription &inObjectDescription) |
| bool | IsValid () |
Protected Attributes | |
| CP_M_Persist * | fPersistObject |
| CP_DataValueList | fDataValues |
|
|
Constructor. |
|
||||||||||||
|
Constructor.
|
|
|
Copy onstructor.
|
|
|
Destructor. |
|
|
Returns the CP_M_Persist object that was created.
|
|
|
Returns a CP_DataValueList that contains the data needed to finish initializing the CP_M_Persist object.
|
|
|
Assignment operator.
|
|
|
Returns true if this object holds a constructed CP_M_Persist object. This does not mean the object has been initialized yet, just created.
|
|
|
|
|
|
The CP_M_Persist object we hold. |
1.4.0