Go to the source code of this file.
Enumerations | |
enum | PSafetyMode { PSafeReference, PSafeReadOnly, PSafeReadWrite } |
Functions | |
template<class Base, class Derived> | |
PSafePtr< Derived > | PSafePtrCast (const PSafePtr< Base > &oldPtr) |
|
|
|
Cast the pointer to a different type. The pointer being cast to MUST be a derived class or NULL is returned. |