| Return Type | Function name | Arguments |
|---|---|---|
| hzEcode | hzList::Add | (const OBJ,) |
Declared and defined in file: hzTmplList.h
Function Logic:
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) ;
}