Crypto++
8.3
Free C++ class library of cryptographic schemes
|
Manages resources for a single object. More...
Public Member Functions | |
simple_ptr (T *p=NULL) | |
Public Attributes | |
T * | m_p |
Manages resources for a single object.
T | class or type simple_ptr is used frequently in the library to manage resources and ensure cleanup under the RAII pattern (Resource Acquisition Is Initialization). |
Definition at line 18 of file smartptr.h.