Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Construction
CObject | Default constructor. |
CObject | Copy constructor. |
operator new | Special new operator. |
operator delete | Special delete operator. |
operator = | Assignment operator. |
Diagnostics
AssertValid | Validates this object’s integrity. |
Dump | Produces a diagnostic dump of this object. |
Serialization
IsSerializable | Tests to see whether this object can be serialized. |
Serialize | Loads or stores an object from/to an archive. |
Miscellaneous
GetRuntimeClass | Returns the CRuntimeClass structure corresponding to this object’s class. |
IsKindOf | Tests this object’s relationship to a given class. |