CartoType API
Public Member Functions
CartoType::CList< T >::TIter Class Reference

#include <cartotype_list.h>

List of all members.

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

Detailed Description

template<class T>
class CartoType::CList< T >::TIter

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.


The documentation for this class was generated from the following file: