Templated class, defined and implimented in file: hzTmplList.h
List element containing an element and a pointer to the next element. For use in the unordered list class templates, hzList, hzQue and hzStack.
Constructors/Detructors
| _hz_listitem* | _hz_listitem | (OBJ obj) | |
| Default constructor | _hz_listitem() | Not specified in code. Default applies |
Member Variables:
| OBJ | m_Obj | Object in list | |
| _hz_listitem* | next | Next item in list |