Construct an empty hzChain instance. Increment the global count of currently allocated hzChain instances for memory use reporting purposes.

Return TypeFunction nameArguments
hzChain*hzChain::hzChain(void)

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

Function Logic:

0:START 1:items mx 2: No text

Function body:

hzChain* hzChain::hzChain (void)
{
   //  Construct an empty hzChain instance. Increment the global count of currently allocated hzChain instances for memory use reporting purposes.
   _hzGlobal_Memstats.m_numChain++ ;
   mx = 0;
}