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

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

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

Function Logic:

0:START 1:items mx 2: No text

Function body:

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