Delete this hzChain instance. Decrement the global count of currently allocated hzChain instances for memory use reporting purposes.

Return TypeFunction nameArguments
NULL-BASIShzChain::~hzChain(void)

Declared in file: hzChain.h
Defined in file : hzChain.cpp

Function Logic:

0:START 1:items hzChain::Clear mx 2: No text

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 ;
}