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

Return TypeFunction nameArguments
NULL-BASIShzXbuf::~hzXbuf(void)

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

Function Logic:

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

Function body:

NULL-BASIS hzXbuf::~hzXbuf (void)
{
   //  Delete this hzXbuf instance. Decrement the global count of currently allocated hzXbuf instances for memory use reporting purposes.
   _hzGlobal_Memstats.m_numChain-- ;
   Clear() ;
   delete mx ;
}