Delete this hzChain instance. Decrement the global count of currently allocated hzChain instances for memory use reporting purposes.
Return Type | Function name | Arguments |
---|---|---|
NULL-BASIS | hzChain::~hzChain | (void) |
Declared in file: hzChain.h
Defined in file : hzChain.cpp
Function Logic:
Function body:
NULL-BASIS hzChain::~hzChain (void) { // Delete this hzChain instance. Decrement the global count of currently allocated hzChain instances for memory use reporting purposes. _hzGlobal_Memstats.m_numChain-- ; Clear() ; delete mx ; }