#include <PKIFCNGUtils.h>
TSP-enforcing: No
Definition at line 408 of file PKIFCNGUtils.h.
Public Member Functions | |
CNGPtrCF (T ptr=0, CleanupFunctor< T > *cf=new LocalFreeFunctor< T >()) | |
~CNGPtrCF () | |
void | clear () |
CNGPtrCF< T >::CNGPtrCF | ( | T | ptr = 0 , |
|
CleanupFunctor< T > * | cf = new LocalFreeFunctor<T>() | |||
) | [inline, explicit] |
Interface: Subsystem
Explicit constructor
Definition at line 418 of file PKIFCNGUtils.h.
References HandleGuard< T >::m_ptr.
Interface: Subsystem
Destructor
Definition at line 431 of file PKIFCNGUtils.h.
References CNGPtrCF< T >::clear().
void CNGPtrCF< T >::clear | ( | ) | [inline, virtual] |
Interface: Subsystem
Free the underlying pointer
Implements HandleGuard< T >.
Definition at line 443 of file PKIFCNGUtils.h.
References HandleGuard< T >::m_ptr.
Referenced by CNGPtrCF< T >::~CNGPtrCF().