|
void | AddHead (type &head) |
|
void | AddTail (const type &tail) |
|
bool | IterateFromHead (void) |
|
bool | IterateFromTail (void) |
|
bool | IterateNext (void) |
|
bool | IteratePrev (void) |
|
type & | getCurrent (void) |
|
void | RemoveCurrentSetNext (void) |
|
void | RemoveCurrentSetPrev (void) |
|
bool | IsCurrentValid (void) |
|
bool | IsCurrentHead (void) |
|
bool | IsCurrentTail (void) |
|
void | InsertBeforeCurrent (type &which) |
|
void | InsertAfterCurrent (type &which) |
|
int | getCount (void) |
|
void | RemoveAllItems (void) |
|
void * | getPosition (void) |
|
void | setPosition (void *pos) |
|
The documentation for this class was generated from the following file: