![]() |
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 47 of file htlist.cpp.
Definition at line 55 of file htlist.cpp.
Definition at line 89 of file htlist.cpp.
Definition at line 99 of file htlist.cpp.
| HTList * HTList::operator[] | ( | int | count | ) |
Definition at line 110 of file htlist.cpp.
Definition at line 62 of file htlist.cpp.
| void HTList::Remove | ( | ) |
Definition at line 75 of file htlist.cpp.
Definition at line 69 of file htlist.cpp.
| void HTList::RemoveAll | ( | ) |
Definition at line 84 of file htlist.cpp.