SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
Public Types | |
typedef uint8_t | value_type |
typedef size_type_class | size_type |
typedef int_vector < 8, size_type_class > | int_vector_type |
typedef uint8_t & | reference |
typedef const uint8_t | const_reference |
typedef const uint8_t | int_width_type |
typedef uint8_t * | iterator |
typedef const uint8_t * | const_iterator |
Static Public Member Functions | |
static void | set_int_width (int_width_type &, const uint8_t) |
static void | read_header (size_type &size, int_width_type &, std::istream &in) |
static iterator | begin (int_vector_type *, uint64_t *begin) |
static iterator | end (int_vector_type *, uint64_t *begin, size_type size) |
static const_iterator | begin (const int_vector_type *, const uint64_t *begin) |
static const_iterator | end (const int_vector_type *, const uint64_t *begin, size_type size) |