Reference Manual
Inti Logo
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

Inti::StringIterator Class Reference

UTF-8 string iterator base class. More...

#include <inti/utf-string.h>

Inheritance diagram for Inti::StringIterator:

Inti::Forward_StringIterator Inti::Reverse_StringIterator List of all members.

Public Member Functions

Protected Member Functions

Protected Attributes


Detailed Description

UTF-8 string iterator base class.


Constructor & Destructor Documentation

Inti::StringIterator::StringIterator const char *  pos  )  [protected]
 

Construct a new iterator that points to pos.

Parameters:
pos The first byte of the UTF-8 character the new iterator is to points to.


Member Function Documentation

G::Unichar Inti::StringIterator::operator *  )  const
 

Dereference operator.

Returns:
The UTF-8 character pointed to, as a G::Unichar character (unicode).


The documentation for this class was generated from the following file: Main Page - Footer


Generated on Sun Sep 14 20:08:07 2003 for Inti by doxygen 1.3.2 written by Dimitri van Heesch, © 1997-2002