|
SDSL 3.0.1
Succinct Data Structure Library
|
#include <int_vector.hpp>
Public Types | |
| typedef uint16_t | value_type |
| typedef int_vector< 16 > | int_vector_type |
| typedef uint16_t & | reference |
| typedef uint16_t | const_reference |
| typedef uint8_t | int_width_type |
| typedef uint16_t * | iterator |
| typedef const uint16_t * | const_iterator |
Static Public Member Functions | |
| static iterator | begin (int_vector_type *v) noexcept |
| static iterator | end (int_vector_type *v) noexcept |
| static const_iterator | begin (const int_vector_type *v) noexcept |
| static const_iterator | end (const int_vector_type *v) noexcept |
| static void | set_width (uint8_t, int_width_type) noexcept |
Definition at line 165 of file int_vector.hpp.
| typedef const uint16_t* sdsl::int_vector_trait< 16 >::const_iterator |
Definition at line 173 of file int_vector.hpp.
| typedef uint16_t sdsl::int_vector_trait< 16 >::const_reference |
Definition at line 170 of file int_vector.hpp.
| typedef int_vector<16> sdsl::int_vector_trait< 16 >::int_vector_type |
Definition at line 168 of file int_vector.hpp.
| typedef uint8_t sdsl::int_vector_trait< 16 >::int_width_type |
Definition at line 171 of file int_vector.hpp.
| typedef uint16_t* sdsl::int_vector_trait< 16 >::iterator |
Definition at line 172 of file int_vector.hpp.
| typedef uint16_t& sdsl::int_vector_trait< 16 >::reference |
Definition at line 169 of file int_vector.hpp.
| typedef uint16_t sdsl::int_vector_trait< 16 >::value_type |
Definition at line 167 of file int_vector.hpp.
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
|
inlinestaticnoexcept |
Definition at line 180 of file int_vector.hpp.