Inheritance diagram for CP_String::const_iterator:
Public Types | |
typedef CPUniChar | reference |
Public Member Functions | |
const_iterator () | |
const_iterator (const const_iterator &src) | |
const_iterator (const iterator &src) | |
const_iterator & | operator++ (void) |
const_iterator | operator++ (int) |
const_iterator & | operator-- (void) |
const_iterator | operator-- (int) |
const_iterator & | operator+= (SInt32 distance) |
const_iterator & | operator-= (SInt32 distance) |
const_iterator | operator+ (SInt32 distance) const |
const_iterator | operator- (SInt32 distance) const |
CPUniChar | operator * () const |
SInt32 | operator- (const __iterator_base &rhs) const |
bool | operator== (const __iterator_base &rhs) const |
bool | operator!= (const __iterator_base &rhs) const |
Protected Member Functions | |
const_iterator (const CP_String &inString, UInt32 inIndex) | |
Protected Attributes | |
CFStringInlineBuffer | fInlineBuffer |
bool | fInlineBufferInitialized |
const CP_String * | fString |
CFIndex | fIndex |
CFIndex | fEndIndex |
Friends | |
class | CP_String |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from CP_String::__iterator_base. |
|
|
|
Reimplemented from CP_String::__iterator_base. |
|
|
|
Reimplemented from CP_String::__iterator_base. |
|
Reimplemented from CP_String::__iterator_base. |
|
|
|
|
|
Reimplemented from CP_String::__iterator_base. |
|
|
|
|
|
|
|
Reimplemented from CP_String::__iterator_base. |
|
|
|
|
|
|
|
|
|
|