#include <PKIFFuncStorage.h>
TSP-enforcing: No
Definition at line 64 of file PKIFFuncStorage.h.
Public Member Functions | |
~CPKIFFuncStorageSingleton () | |
Static Public Member Functions | |
static CPKIFFuncStorageSingleton * | GetInstance (void) |
CPKIFFuncStorageSingleton::~CPKIFFuncStorageSingleton | ( | ) |
Interface: External
Destructor that cleans up the singleton instance.
Definition at line 173 of file PKIFFuncStorage.cpp.
CPKIFFuncStorageSingleton * CPKIFFuncStorageSingleton::GetInstance | ( | void | ) | [static] |
Interface: External
This static function returns a pointer to the current (and only) instance of the CPKIFFuncStorageSingleton class. Subsequent calls to this function return the same pointer value.
Note, this function is not threadsafe.
Definition at line 148 of file PKIFFuncStorage.cpp.
Referenced by CPKIFPathBasicChecks2::DoChecks().