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

#include <cartotype_list.h>

List of all members.

Public Member Functions

 TIter (CListBase &aList, TListLink *aLink)
 operator const T * ()
 operator T * ()
void Next ()
void Prev ()
TLink * Cur ()
void MoveCurrentToStart ()
TResult Insert (T *aPtr)
void MoveToCurrentPosition (TListLink *aLink)
bool AtStart () const

Detailed Description

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

A non-constant iterator for traversing lists of pointers. There are both const and non-const 'operator TYPE*' functions to return the iterator's current element. They return 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: