![]() |
NEURON
|
#include <htlist.h>
Public Member Functions | |
| HTList (void *=NULL) | |
| virtual | ~HTList () |
| bool | IsEmpty () |
| void | Append (HTList *) |
| void | Prepend (HTList *) |
| void | Remove (HTList *) |
| void | Remove () |
| void | RemoveAll () |
| void | Delete (void *) |
| HTList * | Find (void *) |
| HTList * | First () |
| HTList * | Last () |
| HTList * | End () |
| HTList * | Next () |
| HTList * | Prev () |
| void * | vptr () |
| void * | operator() () |
| HTList * | operator[] (int count) |
Protected Attributes | |
| void * | _object |
| HTList * | _next |
| HTList * | _prev |
Definition at line 41 of file htlist.cpp.
|
virtual |
Definition at line 43 of file htlist.cpp.
Definition at line 51 of file htlist.cpp.
Definition at line 81 of file htlist.cpp.
Definition at line 91 of file htlist.cpp.
Definition at line 102 of file htlist.cpp.
Definition at line 58 of file htlist.cpp.
Definition at line 65 of file htlist.cpp.
| void HTList::Remove | ( | ) |
Definition at line 71 of file htlist.cpp.
| void HTList::RemoveAll | ( | ) |
Definition at line 76 of file htlist.cpp.