ULAPI  8.0
Public Member Functions | Friends | List of all members
ULStringIterator Class Reference

An iterator that moves forward (via operator++) through a ULString object. More...

#include <ulstringiterator.h>

Public Member Functions

 ULStringIterator ()
 
 ULStringIterator (const ULStringIterator &iterator)
 
 ~ULStringIterator ()
 
ULStringIteratoroperator= (const ULStringIterator &iterator)
 
 operator ULStringReverseIterator () const
 
bool operator== (const ULStringIterator &iterator) const
 
bool operator!= (const ULStringIterator &iterator) const
 
int getCharIndex () const
 
const ULStringgetString () const
 
bool isAtEnd () const
 
bool isAtBeginning () const
 
 operator bool () const
 
void operator++ ()
 
void operator++ (int)
 
void operator-- ()
 
void operator-- (int)
 
void operator+= (int nChars)
 
void operator-= (int nChars)
 
ulchar operator* () const
 

Friends

class ULString
 
class ULStringReverseIterator
 

Detailed Description

An iterator that moves forward (via operator++) through a ULString object.

Constructor & Destructor Documentation

ULStringIterator::ULStringIterator ( )
ULStringIterator::ULStringIterator ( const ULStringIterator iterator)
ULStringIterator::~ULStringIterator ( )

Member Function Documentation

int ULStringIterator::getCharIndex ( ) const
const ULString* ULStringIterator::getString ( ) const
bool ULStringIterator::isAtBeginning ( ) const
bool ULStringIterator::isAtEnd ( ) const
ULStringIterator::operator bool ( ) const
ULStringIterator::operator ULStringReverseIterator ( ) const
bool ULStringIterator::operator!= ( const ULStringIterator iterator) const
ulchar ULStringIterator::operator* ( ) const
void ULStringIterator::operator++ ( )
void ULStringIterator::operator++ ( int  )
void ULStringIterator::operator+= ( int  nChars)
void ULStringIterator::operator-- ( )
void ULStringIterator::operator-- ( int  )
void ULStringIterator::operator-= ( int  nChars)
ULStringIterator& ULStringIterator::operator= ( const ULStringIterator iterator)
bool ULStringIterator::operator== ( const ULStringIterator iterator) const

Friends And Related Function Documentation

friend class ULString
friend
friend class ULStringReverseIterator
friend

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