GFC Logo GFC Title Logo
Reference Manual
Main Page  |  Namespace List  |  Alphabetical List  |  Class List  |  File List

GFC::Forward_StringIterator Class Reference

A const non-random access iterator that iterates over a String in the forward direction. More...

#include <gfc/utfstring.hh>

Inheritance diagram for GFC::Forward_StringIterator:

GFC::StringIterator List of all members.

Public Member Functions

Construcors
Iterate in the forward direction
Iterate in the reverse direction

Detailed Description

A const non-random access iterator that iterates over a String in the forward direction.


Constructor & Destructor Documentation

GFC::Forward_StringIterator::Forward_StringIterator const char *  pos  ) 
 

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.

GFC::Forward_StringIterator::Forward_StringIterator const Forward_StringIterator src  ) 
 

Copy constructor.

Parameters:
src The Forward_StringIterator instance to copy.


Member Function Documentation

Forward_StringIterator GFC::Forward_StringIterator::operator++ int   ) 
 

Postfix increment operator.

Moves the iterator so that it points to the next UTF-8 character.

Forward_StringIterator& GFC::Forward_StringIterator::operator++  ) 
 

Prefix increment operator.

Moves the iterator so that it points to the next UTF-8 character.

Forward_StringIterator GFC::Forward_StringIterator::operator-- int   ) 
 

Postfix decrement operator.

Moves the iterator so that it points to the previous UTF-8 character.

Forward_StringIterator& GFC::Forward_StringIterator::operator--  ) 
 

Prefix decrement operator.

Moves the iterator so that it points to the previous UTF-8 character.

Forward_StringIterator& GFC::Forward_StringIterator::operator= const Forward_StringIterator src  ) 
 

Assignment operator.

Parameters:
src The Forward_StringIterator whose value is to be copied and assigned to this iterator.


The documentation for this class was generated from the following file:
Generated on Tue Aug 24 00:04:57 2004 for GFC-Core by doxygen 1.3.8