Return TypeFunction nameArguments
voidhzList::~hzList(void)

Declared and defined in file: hzTmplList.h

Function Logic:

0:START 1:unknown 2:unknown 3:items 4:items mx mx 5: No text

Function body:

void hzList::~hzList (void)
   {
       if (mx)
       {
           if (mx->m_nCopy > 0)
               mx->m_nCopy-- ;
           else
           {
               _hzGlobal_Memstats.m_numLists-- ;
               delete mx ;
               mx = 0;
           }
       }
   }