CartoType API
Public Member Functions
CartoType::MIter< T > Class Template Reference

#include <cartotype_iter.h>

List of all members.

Public Member Functions

virtual TResult Next (T &aValue)=0

Detailed Description

template<class T>
class CartoType::MIter< T >

The iterator interface provides a sequence of objects of any type. This is the simplest possible iterator. It does not require the ability to seek or restart or go backwards, and the number of objects need not be known in advance.


Member Function Documentation

template<class T>
virtual TResult CartoType::MIter< T >::Next ( T &  aValue) [pure virtual]

Get the next object. Return KErrorNone if an object was retrieved, KErrorEndOfData if there are no more objects, or some other result code if there was a different type of error.

Implemented in CartoType::TUtf32Iter, CartoType::TUtf16ToUtf32, and CartoType::TUtf8ToUtf32.


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