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:

OBJm_ObjObject in list
_hz_listitem*nextNext item in list