|
CartoType API
|
#include <cartotype_list.h>
Public Member Functions | |
| TIter (CListBase &aList, TListLink *aLink) | |
| operator T * () | |
| void | Next () |
| void | Prev () |
| TLink * | Cur () |
| void | MoveCurrentToStart () |
| TResult | Insert (const T &aT) |
| void | MoveToCurrentPosition (TListLink *aLink) |
| bool | AtStart () const |
A non-constant iterator for traversing lists. The iterator's 'operator TYPE*' function returns a pointer to the iterator's current element, or null if the list is empty or the iterator has reached the end or start of the list.
1.7.5.1