#include <list.h>
Public Methods | |
| ListElement (void *itemPtr, int sortKey) | |
Public Attributes | |
| ListElement * | next |
| int | key |
| void * | item |
|
||||||||||||
|
Definition at line 30 of file list.cc. References item, key, next, and NULL.
|
|
|
Definition at line 34 of file list.h. Referenced by ListElement, List::Mapcar, and List::SortedRemove. |
|
|
Definition at line 33 of file list.h. Referenced by ListElement, List::SortedInsert, and List::SortedRemove. |
|
|
Definition at line 31 of file list.h. Referenced by List::Append, ListElement, List::Mapcar, List::Prepend, List::SortedInsert, and List::SortedRemove. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002