const_iterator.
More...
#include <indirect_vector.h>
|
|
| const_iterator (const const_iterator &other) |
|
| const_iterator (const typename iindirect_vector::iterator &other) |
|
const_iterator & | operator++ () |
|
const_iterator | operator++ (int) |
|
const_iterator & | operator-- () |
|
const_iterator | operator-- (int) |
|
const_iterator | operator+= (size_type n) |
|
const_iterator | operator-= (size_type n) |
|
const_iterator & | operator= (const const_iterator &other) |
|
const_reference | operator* () const |
|
const_pointer | operator& () const |
|
const_pointer | operator-> () const |
|
indirect_const_iterator | indirection () const |
|
|
class | iindirect_vector |
|
const_iterator | operator+ (const const_iterator &lhs, difference_type offset) |
|
const_iterator | operator- (const const_iterator &lhs, difference_type offset) |
|
difference_type | operator- (const const_iterator &lhs, const const_iterator &rhs) |
|
bool | operator== (const const_iterator &lhs, const const_iterator &rhs) |
|
bool | operator!= (const const_iterator &lhs, const const_iterator &rhs) |
|
bool | operator< (const const_iterator &lhs, const const_iterator &rhs) |
|
|
typedef T | value_type |
|
typedef ptrdiff_t | difference_type |
|
typedef T * | pointer |
|
typedef T & | reference |
|
typedef ETL_OR_STD::random_access_iterator_tag | iterator_category |
template<typename T>
class etl::iindirect_vector< T >::const_iterator
const_iterator.
The documentation for this class was generated from the following file: