|
CartoType API
|
#include <cartotype_list.h>
Public Member Functions | |
| TConstIter (const CListBase &aList, const TListLink *aLink) | |
| operator const T * () const | |
| void | Next () |
| void | Prev () |
| bool | AtStart () const |
A constant iterator for traversing lists of pointers. The iterator's 'operator const TYPE*' function returns a const 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