Construction Methods
Method | Description |
---|---|
CObject | Default constructor. |
CObject | Copy constructor. |
Diagnostics Methods
Method | Description |
---|---|
AssertValid | Validates this object’s integrity. |
Dump | Produces a diagnostic dump of this object. |
Serialization Methods
Method | Description |
---|---|
IsSerializable | Tests to see whether this object can be serialized. |
Serialize | Loads or stores an object from/to an archive. |
Miscellaneous Methods
Method | Description |
---|---|
GetRuntimeClass | Returns the CRuntimeClass structure that corresponds to this object’s class. |
IsKindOf | Tests this object’s relationship to a given class. |