SDSL
3.0.0
Succinct Data Structure Library
|
#include <int_vector.hpp>
Public Types | |
typedef uint64_t | size_type |
Public Member Functions | |
int_vector_iterator_base (uint8_t offset, uint8_t len) | |
int_vector_iterator_base (const t_int_vector *v=nullptr, size_type idx=0) | |
Protected Attributes | |
uint8_t | m_offset |
uint8_t | m_len |
Definition at line 1080 of file int_vector.hpp.
typedef uint64_t sdsl::int_vector_iterator_base< t_int_vector >::size_type |
Definition at line 1086 of file int_vector.hpp.
|
inline |
Definition at line 1093 of file int_vector.hpp.
|
inline |
Definition at line 1098 of file int_vector.hpp.
|
protected |
Definition at line 1090 of file int_vector.hpp.
|
protected |
Definition at line 1089 of file int_vector.hpp.