#include <PKIFCNGUtils.h>
TSP-enforcing: No
Definition at line 294 of file PKIFCNGUtils.h.
Public Member Functions | |
CNGPtr (T ptr=0) | |
~CNGPtr () | |
void | clear () |
CNGPtr< T, R, >::CNGPtr | ( | T | ptr = 0 |
) | [inline, explicit] |
Interface: Subsystem
Explicit constructor
Definition at line 304 of file PKIFCNGUtils.h.
References HandleGuard< T >::m_ptr.
CNGPtr< T, R, >::~CNGPtr | ( | ) | [inline] |
Interface: Subsystem
Destructor
Definition at line 316 of file PKIFCNGUtils.h.
References CNGPtr< T, R, >::clear().
void CNGPtr< T, R, >::clear | ( | ) | [inline, virtual] |
Interface: Subsystem
Free the underlying pointer
Implements HandleGuard< T >.
Definition at line 328 of file PKIFCNGUtils.h.
References HandleGuard< T >::m_ptr.
Referenced by CNGPtr< T, R, >::~CNGPtr().