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

#include <cartotype_list.h>

List of all members.

Public Member Functions

 TConstIter (const CListBase &aList, const TListLink *aLink)
 operator const T * () const
void Next ()
void Prev ()
bool AtStart () const

Detailed Description

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

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.


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