SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
Inherited by sdsl::int_vector_const_iterator< int_vector >, and sdsl::int_vector_iterator< int_vector >.
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 int_vector *v=NULL, size_type idx=0) | |
Protected Attributes | |
uint8_t | m_offset |
uint8_t | m_len |