|
| random_access_const_iterator () |
|
| random_access_const_iterator (abstract_iterator *aWrappedIterator) |
|
| random_access_const_iterator (const self_type &aOther) |
|
| random_access_const_iterator (const i_random_access_iterator< T, Category, Difference, T *, T & > &aOther) |
|
| random_access_const_iterator (const iterator< T, Category, Difference, T *, T & > &aOther) |
|
| ~random_access_const_iterator () |
|
self_type & | operator= (const self_type &aOther) |
|
self_type & | operator= (const i_random_access_iterator< T, Category, Difference, T *, T & > &aOther) |
|
self_type & | operator= (const iterator< T, Category, Difference, T *, T & > &aOther) |
|
| operator abstract_iterator & () |
|
abstract_iterator & | operator+= (difference_type aDifference) |
|
abstract_iterator & | operator-= (difference_type aDifference) |
|
self_type | operator+ (difference_type aDifference) const |
|
self_type | operator- (difference_type aDifference) const |
|
reference | operator[] (difference_type aDifference) const |
|
difference_type | operator- (const self_type &aOther) const |
|
bool | operator< (const self_type &aOther) const |
|
bool | operator<= (const self_type &aOther) const |
|
bool | operator> (const self_type &aOther) const |
|
bool | operator>= (const self_type &aOther) const |
|
abstract_iterator & | wrapped_iterator () const |
|
| const_iterator () |
|
| const_iterator (abstract_iterator *aWrappedIterator) |
|
| const_iterator (const self_type &aOther) |
|
| const_iterator (const i_iterator< T, Category, Difference, T *, T & > &aOther) |
|
| const_iterator (const iterator< T, Category, Difference, T *, T & > &aOther) |
|
| ~const_iterator () |
|
self_type & | operator= (const self_type &aOther) |
|
self_type & | operator= (const iterator< T, Category, Difference, T *, T & > &aOther) |
|
| operator abstract_iterator & () |
|
abstract_iterator & | operator++ () |
|
abstract_iterator & | operator-- () |
|
self_type | operator++ (int) |
|
self_type | operator-- (int) |
|
reference | operator* () const |
|
pointer | operator-> () const |
|
bool | operator== (const self_type &aOther) const |
|
bool | operator!= (const self_type &aOther) const |
|
bool | is_singular () const |
|
abstract_iterator & | wrapped_iterator () const |
|
abstract_iterator * | clone (void *memory) const |
|
void * | storage () const |
|
Definition at line 229 of file i_iterator.hpp.