SDSL
3.0.0
Succinct Data Structure Library
|
#include <int_vector.hpp>
Public Types | |
typedef t_int_vector::value_type | const_reference |
typedef const t_int_vector::value_type * | pointer |
typedef int_vector_const_iterator | const_iterator |
typedef t_int_vector::size_type | size_type |
typedef t_int_vector::difference_type | difference_type |
![]() | |
typedef uint64_t | size_type |
Friends | |
class | int_vector_iterator< t_int_vector > |
class | int_vector_iterator_base< t_int_vector > |
template<class X > | |
int_vector_const_iterator< X >::difference_type | operator- (const int_vector_const_iterator< X > &x, const int_vector_const_iterator< X > &y) |
Additional Inherited Members | |
![]() | |
uint8_t | m_offset |
uint8_t | m_len |
Definition at line 1271 of file int_vector.hpp.
typedef int_vector_const_iterator sdsl::int_vector_const_iterator< t_int_vector >::const_iterator |
Definition at line 1276 of file int_vector.hpp.
typedef t_int_vector::value_type sdsl::int_vector_const_iterator< t_int_vector >::const_reference |
Definition at line 1274 of file int_vector.hpp.
typedef t_int_vector::difference_type sdsl::int_vector_const_iterator< t_int_vector >::difference_type |
Definition at line 1278 of file int_vector.hpp.
typedef const t_int_vector::value_type* sdsl::int_vector_const_iterator< t_int_vector >::pointer |
Definition at line 1275 of file int_vector.hpp.
typedef t_int_vector::size_type sdsl::int_vector_const_iterator< t_int_vector >::size_type |
Definition at line 1277 of file int_vector.hpp.
|
inline |
Definition at line 1293 of file int_vector.hpp.
|
inline |
Definition at line 1298 of file int_vector.hpp.
|
inlinenoexcept |
Definition at line 1396 of file int_vector.hpp.
|
inline |
Definition at line 1305 of file int_vector.hpp.
|
inline |
Definition at line 1377 of file int_vector.hpp.
|
inline |
Prefix increment of the Iterator.
Definition at line 1312 of file int_vector.hpp.
|
inline |
Postfix increment of the Iterator.
Definition at line 1324 of file int_vector.hpp.
|
inline |
Definition at line 1351 of file int_vector.hpp.
|
inline |
Definition at line 1383 of file int_vector.hpp.
|
inline |
Prefix decrement of the Iterator.
Definition at line 1332 of file int_vector.hpp.
|
inline |
Postfix decrement of the Iterator.
Definition at line 1344 of file int_vector.hpp.
|
inline |
Definition at line 1364 of file int_vector.hpp.
|
inlinenoexcept |
Definition at line 1398 of file int_vector.hpp.
|
inlinenoexcept |
Definition at line 1412 of file int_vector.hpp.
|
inlinenoexcept |
Definition at line 1391 of file int_vector.hpp.
|
inlinenoexcept |
Definition at line 1404 of file int_vector.hpp.
|
inlinenoexcept |
Definition at line 1410 of file int_vector.hpp.
|
inline |
Definition at line 1389 of file int_vector.hpp.
|
friend |
Definition at line 1281 of file int_vector.hpp.
|
friend |
Definition at line 1281 of file int_vector.hpp.
|
friend |