SDSL
3.0.0
Succinct Data Structure Library
|
#include <int_vector.hpp>
Public Types | |
typedef uint8_t | value_type |
typedef int_vector< 8 > | int_vector_type |
typedef uint8_t & | reference |
typedef uint8_t | const_reference |
typedef uint8_t | int_width_type |
typedef uint8_t * | iterator |
typedef const uint8_t * | const_iterator |
Static Public Member Functions | |
static iterator | begin (int_vector_type *, uint64_t *begin) noexcept |
static iterator | end (int_vector_type *, uint64_t *begin, int_vector_size_type size) noexcept |
static const_iterator | begin (const int_vector_type *, const uint64_t *begin) noexcept |
static const_iterator | end (const int_vector_type *, const uint64_t *begin, int_vector_size_type size) noexcept |
static void | set_width (uint8_t, int_width_type) noexcept |
Definition at line 215 of file int_vector.hpp.
typedef const uint8_t* sdsl::int_vector_trait< 8 >::const_iterator |
Definition at line 223 of file int_vector.hpp.
typedef uint8_t sdsl::int_vector_trait< 8 >::const_reference |
Definition at line 220 of file int_vector.hpp.
typedef int_vector<8> sdsl::int_vector_trait< 8 >::int_vector_type |
Definition at line 218 of file int_vector.hpp.
typedef uint8_t sdsl::int_vector_trait< 8 >::int_width_type |
Definition at line 221 of file int_vector.hpp.
typedef uint8_t* sdsl::int_vector_trait< 8 >::iterator |
Definition at line 222 of file int_vector.hpp.
typedef uint8_t& sdsl::int_vector_trait< 8 >::reference |
Definition at line 219 of file int_vector.hpp.
typedef uint8_t sdsl::int_vector_trait< 8 >::value_type |
Definition at line 217 of file int_vector.hpp.
|
inlinestaticnoexcept |
Definition at line 230 of file int_vector.hpp.
|
inlinestaticnoexcept |
Definition at line 225 of file int_vector.hpp.
|
inlinestaticnoexcept |
Definition at line 231 of file int_vector.hpp.
|
inlinestaticnoexcept |
Definition at line 226 of file int_vector.hpp.
|
inlinestaticnoexcept |
Definition at line 236 of file int_vector.hpp.