|
| StringIterator () |
|
| StringIterator (const StridedBlock< const Generic > &buffer, Int start=0) |
|
Utf32Char | operator* () const |
|
| BaseIterator (CollectionType &a, Int start=0) |
|
| BaseIterator (ValueType *pos=nullptr, Int index=0, Int stride=0) |
|
| BaseIterator (const BaseIterator &src)=default |
|
BaseIterator & | operator= (const BaseIterator &src)=default |
|
| operator BaseIterator< typename std::add_const< const StridedBlock< const Generic > >::type, STRIDED > & () |
|
| operator Bool () const |
|
ValueType * | GetPtr () const |
|
ValueType & | operator* () const |
|
ValueType * | operator-> () const |
|
Bool | operator== (const BaseIterator &b) const |
|
Bool | operator< (const BaseIterator &b) const |
|
| MAXON_OPERATOR_COMPARISON (BaseIterator) |
|
BaseIterator & | operator++ () |
|
BaseIterator | operator++ (int) |
|
BaseIterator & | operator+= (Int i) |
|
BaseIterator & | operator-- () |
|
BaseIterator | operator-- (int) |
|
BaseIterator & | operator-= (Int i) |
|
BaseIterator | operator+ (Int i) const |
|
BaseIterator | operator- (Int i) const |
|
Int | operator- (const BaseIterator &b) const |
|