CartoType C++ API 7.8.2, 2022-03-25
for Windows, Linux, Qt and other platforms supporting C++ development
Public Member Functions | List of all members
CartoType::MIter< T > Class Template Referenceabstract

#include <cartotype_iter.h>

Public Member Functions

virtual TResult Next (T &aValue)=0
 
virtual void Back ()=0
 

Detailed Description

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

The iterator interface provides a sequence of objects of any type.

Member Function Documentation

◆ Back()

template<class T >
virtual void CartoType::MIter< T >::Back ( )
pure virtual

Back up one position if possible so that the next call to Next returns the same object as the previous call.

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

◆ Next()

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::TUtf8ToUtf32, CartoType::TUtf16ToUtf32, and CartoType::TUtf32Iter.


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