#include <SLink.hpp>
Public Methods | |
| SLink () | |
| SLink (SLink *nextp) | |
| SLink (Elem Elemval) | |
| SLink (Elem Elemval, SLink *nextp) | |
| void * | operator new (size_t) |
| void | operator delete (void *) |
Public Attributes | |
| Elem | element |
| SLink * | next |
Static Public Attributes | |
| SLink * | freelist = NULL |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
Definition at line 26 of file SLink.hpp. Referenced by SList::display().
|
|
|
|
|
|
Definition at line 27 of file SLink.hpp. Referenced by SList::display(), and SList::next().
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001