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>
Template classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd