ULAPI
8.0
|
An iterator that moves forward (via operator++) through a ULString object. More...
#include <ulstringiterator.h>
Public Member Functions | |
ULStringIterator () | |
ULStringIterator (const ULStringIterator &iterator) | |
~ULStringIterator () | |
ULStringIterator & | operator= (const ULStringIterator &iterator) |
operator ULStringReverseIterator () const | |
bool | operator== (const ULStringIterator &iterator) const |
bool | operator!= (const ULStringIterator &iterator) const |
int | getCharIndex () const |
const ULString * | getString () 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 |
An iterator that moves forward (via operator++) through a ULString object.
ULStringIterator::ULStringIterator | ( | ) |
ULStringIterator::ULStringIterator | ( | const ULStringIterator & | iterator | ) |
ULStringIterator::~ULStringIterator | ( | ) |
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 |
|
friend |
|
friend |