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