Return TypeFunction nameArguments
hzList*hzList::hzList(void)

Declared and defined in file: hzTmplList.h

Function Logic:

0:START 1:mx items 2: No text

Function body:

hzList* hzList::hzList (void)
   {
       mx = 0;
       _hzGlobal_Memstats.m_numLists++ ;
   }