![]() |
VR-Forces 4.0.4 Class Documentation
|
| add(void *data) | DtSimpleList | [inline] |
| addAfter(void *data, DtSimpleListItem *after) | DtSimpleList | |
| addToEnd(void *data) | DtSimpleList | [inline] |
| addToList(DtSimpleListItem *item, DtSimpleListItem *after) | DtSimpleList | [protected] |
| addToStart(void *data) | DtSimpleList | [inline] |
| count() const | DtSimpleList | [inline] |
| DtSimpleList() | DtSimpleList | |
| DtSimpleList(const DtSimpleList &orig) | DtSimpleList | |
| first() const | DtSimpleList | [inline] |
| itemLookup(void *data) const | DtSimpleList | |
| last() const | DtSimpleList | [inline] |
| myCount | DtSimpleList | [protected] |
| myFirst | DtSimpleList | [protected] |
| myLast | DtSimpleList | [protected] |
| operator=(const DtSimpleList &orig) | DtSimpleList | |
| remove(DtSimpleListItem *item) | DtSimpleList | |
| removeAll() | DtSimpleList | |
| removeFromList(DtSimpleListItem *item) | DtSimpleList | [protected] |
| sort(int(*compare)(const void *e1, const void *e2)) | DtSimpleList | |
| ~DtSimpleList() | DtSimpleList |