|
CartoType API
|
#include <cartotype_iter.h>
Public Member Functions | |
| virtual TResult | Next (T &aValue)=0 |
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.
| 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.
1.7.5.1