|
SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
Inherits sdsl::int_vector_iterator_base< int_vector >.
Public Types | |
| typedef int_vector::value_type | const_reference |
|
typedef const int_vector::value_type * | pointer |
| typedef int_vector_const_iterator | const_iterator |
| typedef int_vector::size_type | size_type |
| typedef int_vector::difference_type | difference_type |
Public Member Functions | |
| int_vector_const_iterator (const int_vector *v=NULL, size_type idx=0) | |
| int_vector_const_iterator (const int_vector_iterator< int_vector > &it) | |
| const_reference | operator* () const |
| const_iterator & | operator++ () |
| Prefix increment of the Iterator. | |
| const_iterator | operator++ (int x) |
| Postfix increment of the Iterator. | |
| const_iterator & | operator-- () |
| Prefix decrement of the Iterator. | |
| const_iterator | operator-- (int x) |
| Postfix decrement of the Iterator. | |
| const_iterator & | operator+= (difference_type i) |
| const_iterator & | operator-= (difference_type i) |
| const_iterator | operator+ (difference_type i) const |
| const_iterator | operator- (difference_type i) const |
| const_reference | operator[] (difference_type i) const |
| bool | operator== (const int_vector_const_iterator &it) const |
| bool | operator!= (const int_vector_const_iterator &it) const |
| bool | operator< (const int_vector_const_iterator &it) const |
| bool | operator> (const int_vector_const_iterator &it) const |
| bool | operator>= (const int_vector_const_iterator &it) const |
| bool | operator<= (const int_vector_const_iterator &it) const |
1.8.0