Class CSPPtr<T>
Description
This template class works a smart pointer, preventing the code from memory leaks and other misbehaviors.
 |
Member functions:
Remarks:
When the a CSPPtr<T> object is destroyed, the object pointed to by the contained pointer is automatically deleted.
See also:
class CSPArray<T>
|
|