Construct an empty hzXbuf instance. Increment the global count of currently allocated hzXbuf instances for memory use reporting purposes.
Return Type | Function name | Arguments |
---|---|---|
hzXbuf* | hzXbuf::hzXbuf | (void) |
Declared in file: hzXbuf.h
Defined in file : hzXbuf.cpp
Function Logic:
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; }