SDSL
3.0.0
Succinct Data Structure Library
|
#include <int_vector.hpp>
Public Types | |
typedef uint64_t | value_type |
typedef int_vector< 64 > | int_vector_type |
typedef uint64_t & | reference |
typedef uint64_t | const_reference |
typedef uint8_t | int_width_type |
typedef uint64_t * | iterator |
typedef const uint64_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 140 of file int_vector.hpp.
typedef const uint64_t* sdsl::int_vector_trait< 64 >::const_iterator |
Definition at line 148 of file int_vector.hpp.
typedef uint64_t sdsl::int_vector_trait< 64 >::const_reference |
Definition at line 145 of file int_vector.hpp.
typedef int_vector<64> sdsl::int_vector_trait< 64 >::int_vector_type |
Definition at line 143 of file int_vector.hpp.
typedef uint8_t sdsl::int_vector_trait< 64 >::int_width_type |
Definition at line 146 of file int_vector.hpp.
typedef uint64_t* sdsl::int_vector_trait< 64 >::iterator |
Definition at line 147 of file int_vector.hpp.
typedef uint64_t& sdsl::int_vector_trait< 64 >::reference |
Definition at line 144 of file int_vector.hpp.
typedef uint64_t sdsl::int_vector_trait< 64 >::value_type |
Definition at line 142 of file int_vector.hpp.
|
inlinestaticnoexcept |
Definition at line 155 of file int_vector.hpp.
|
inlinestaticnoexcept |
Definition at line 150 of file int_vector.hpp.
|
inlinestaticnoexcept |
Definition at line 156 of file int_vector.hpp.
|
inlinestaticnoexcept |
Definition at line 151 of file int_vector.hpp.
|
inlinestaticnoexcept |
Definition at line 161 of file int_vector.hpp.