Return TypeFunction nameArguments
hzEcodehzList::Add(const OBJ,)

Declared and defined in file: hzTmplList.h

Function Logic:

0:START 1:_hzGlobal_Debug&HZ_DEBUG_CTMPLS 2:!mx 3:!(mx=new_list_ca()) 4:Fatal 5:Return mx->_add(obj)

Function body:

hzEcode hzList::Add (const OBJ obj)
   {
       _hzfunc_ct("hzList::Add") ;
       if (!mx)
       {
           if (!(mx = new _list_ca()))
               Fatal("hzList::Add. Container allocation failure") ;
       }
       return mx->_add(obj) ;
   }