FACT++
1.0
|
#include <sllist.hxx>
Public Member Functions | |
SLList () | |
~SLList () | |
void | add (SLLItem *itemptr) |
SLLItem * | getHead () |
SLLItem * | getNext () |
SLLItem * | removeHead () |
void | remove (SLLItem *itemptr) |
Private Attributes | |
SLLItem * | head |
SLLItem * | curr |
Definition at line 13 of file sllist.hxx.