Delete this hzXbuf instance. Decrement the global count of currently allocated hzXbuf instances for memory use reporting purposes.
Return Type | Function name | Arguments |
---|---|---|
NULL-BASIS | hzXbuf::~hzXbuf | (void) |
Declared in file: hzXbuf.h
Defined in file : hzXbuf.cpp
Function Logic:
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 ; }