SDSL
3.0.0
Succinct Data Structure Library
|
#include <int_vector.hpp>
Public Types | |
typedef int_vector_reference< t_int_vector > | reference |
typedef uint64_t | value_type |
typedef int_vector_iterator | iterator |
typedef reference * | pointer |
typedef t_int_vector::size_type | size_type |
typedef t_int_vector::difference_type | difference_type |
![]() | |
typedef uint64_t | size_type |
Public Member Functions | |
int_vector_iterator (t_int_vector *v=nullptr, size_type idx=0) | |
int_vector_iterator (const int_vector_iterator< t_int_vector > &it) | |
reference | operator* () const |
iterator & | operator++ () |
Prefix increment of the Iterator. More... | |
iterator | operator++ (int) |
Postfix increment of the Iterator. More... | |
iterator & | operator-- () |
Prefix decrement of the Iterator. More... | |
iterator | operator-- (int) |
Postfix decrement of the Iterator. More... | |
iterator & | operator+= (difference_type i) |
iterator & | operator-= (difference_type i) |
iterator & | operator= (const int_vector_iterator< t_int_vector > &it) |
iterator | operator+ (difference_type i) const |
iterator | operator- (difference_type i) const |
reference | operator[] (difference_type i) const |
bool | operator== (const int_vector_iterator &it) const noexcept |
bool | operator!= (const int_vector_iterator &it) const noexcept |
bool | operator< (const int_vector_iterator &it) const noexcept |
bool | operator> (const int_vector_iterator &it) const noexcept |
bool | operator>= (const int_vector_iterator &it) const noexcept |
bool | operator<= (const int_vector_iterator &it) const noexcept |
difference_type | operator- (const int_vector_iterator &it) const noexcept |
![]() | |
int_vector_iterator_base (uint8_t offset, uint8_t len) | |
int_vector_iterator_base (const t_int_vector *v=nullptr, size_type idx=0) | |
Friends | |
class | int_vector_const_iterator< t_int_vector > |
Additional Inherited Members | |
![]() | |
uint8_t | m_offset |
uint8_t | m_len |
Definition at line 1105 of file int_vector.hpp.
typedef t_int_vector::difference_type sdsl::int_vector_iterator< t_int_vector >::difference_type |
Definition at line 1113 of file int_vector.hpp.
typedef int_vector_iterator sdsl::int_vector_iterator< t_int_vector >::iterator |
Definition at line 1110 of file int_vector.hpp.
typedef reference* sdsl::int_vector_iterator< t_int_vector >::pointer |
Definition at line 1111 of file int_vector.hpp.
typedef int_vector_reference<t_int_vector> sdsl::int_vector_iterator< t_int_vector >::reference |
Definition at line 1108 of file int_vector.hpp.
typedef t_int_vector::size_type sdsl::int_vector_iterator< t_int_vector >::size_type |
Definition at line 1112 of file int_vector.hpp.
typedef uint64_t sdsl::int_vector_iterator< t_int_vector >::value_type |
Definition at line 1109 of file int_vector.hpp.
|
inline |
Definition at line 1124 of file int_vector.hpp.
|
inline |
Definition at line 1129 of file int_vector.hpp.
|
inlinenoexcept |
Definition at line 1235 of file int_vector.hpp.
|
inline |
Definition at line 1137 of file int_vector.hpp.
|
inline |
Definition at line 1216 of file int_vector.hpp.
|
inline |
Prefix increment of the Iterator.
Definition at line 1140 of file int_vector.hpp.
|
inline |
Postfix increment of the Iterator.
Definition at line 1152 of file int_vector.hpp.
|
inline |
Definition at line 1179 of file int_vector.hpp.
|
inlinenoexcept |
Definition at line 1252 of file int_vector.hpp.
|
inline |
Definition at line 1222 of file int_vector.hpp.
|
inline |
Prefix decrement of the Iterator.
Definition at line 1160 of file int_vector.hpp.
|
inline |
Postfix decrement of the Iterator.
Definition at line 1172 of file int_vector.hpp.
|
inline |
Definition at line 1192 of file int_vector.hpp.
|
inlinenoexcept |
Definition at line 1237 of file int_vector.hpp.
|
inlinenoexcept |
Definition at line 1251 of file int_vector.hpp.
|
inline |
Definition at line 1205 of file int_vector.hpp.
|
inlinenoexcept |
Definition at line 1230 of file int_vector.hpp.
|
inlinenoexcept |
Definition at line 1243 of file int_vector.hpp.
|
inlinenoexcept |
Definition at line 1249 of file int_vector.hpp.
|
inline |
Definition at line 1228 of file int_vector.hpp.
|
friend |
Definition at line 1113 of file int_vector.hpp.