| Return Type | Function name | Arguments |
|---|---|---|
| hzDocHtml* | hzDocHtml::hzDocHtml | (void) |
Declared in file: hzDocument.h
Defined in file : hzDocHtml.cpp
Function Logic:
Function body:
hzDocHtml* hzDocHtml::hzDocHtml (void)
{
m_pRoot = 0;
m_pHead = 0;
m_pBody = 0;
_hzGlobal_Memstats.m_numDochtm++ ;
}