class PObject |
Ultimate parent class for all objects in the class library.
![]() | Run Time Type functions |
![]() | I/O functions |
![]() | Comparison functions |
![]() | PObject () Constructor for PObject, make protected so cannot ever create one on its own |
Ultimate parent class for all objects in the class library. This provides functionality provided to all classes, eg run-time types, default comparison operations, simple stream I/O and serialisation support.
When comparing class names, always use the strcmp() function rather than comparing pointers. The pointers are not necessarily the same over compilation units depending on the compiler, platform etc.
The PCLASSINFO macro declares a version of this function for the particular class.
When comparing class names, always use the strcmp() function rather than comparing pointers. The pointers are not necessarily the same over compilation units depending on the compiler, platform etc.
The PCLASSINFO macro declares an override of this function for the particular class. The user need not implement it.
The PCLASSINFO macro declares an override of this function for the particular class. The user need not implement it.
The PCLASSINFO macro declares an override of this function for the particular class. The user need not implement it.
The default function is to use the CompareObjectMemoryDirect() function to do a byte wise memory comparison of the two objects.
The PCLASSINFO macro declares an override of this function for the particular class. The user need not implement it.
The default behaviour is to print the class name.
The default behaviour is to do nothing.
The main user of the clone function is the PDictionary class as it requires copies of the dictionary keys.
The default behaviour is for this function to assert.
The default behaviour is to return the value zero.
Alphabetic index HTML hierarchy of classes or Java