|
SDSL 3.0.3
Succinct Data Structure Library
|
#include <algorithm>#include <assert.h>#include <cstdlib>#include <iostream>#include <stdint.h>#include <stdio.h>#include <string>#include <sdsl/bits.hpp>#include <sdsl/cereal.hpp>#include <sdsl/int_vector.hpp>#include <sdsl/io.hpp>#include <sdsl/iterators.hpp>#include <sdsl/structure_tree.hpp>#include <sdsl/util.hpp>Go to the source code of this file.
Classes | |
| class | sdsl::hyb_vector< k_sblock_rate > |
| A hybrid-encoded compressed bitvector representation. More... | |
| struct | sdsl::rank_result< t_bp > |
| struct | sdsl::rank_result< 0 > |
| class | sdsl::rank_support_hyb< t_b, k_sblock_rate > |
| Rank_support for the hyb_vector class. More... | |
| class | sdsl::select_support_hyb< t_b, k_sblock_rate > |
| Select support for the hyb_vector class. More... | |
Namespaces | |
| namespace | sdsl |
| Namespace for the succinct data structure library. | |
Variables | |
| template<uint32_t k_sblock_rate> | |
| const uint32_t | sdsl::hyb_vector< k_sblock_rate >::k_block_size = 256 |
| template<uint32_t k_sblock_rate> | |
| const uint32_t | sdsl::hyb_vector< k_sblock_rate >::k_block_bytes = 32 |
| template<uint32_t k_sblock_rate> | |
| const uint32_t | sdsl::hyb_vector< k_sblock_rate >::k_sblock_header_size = 8 + 2 * k_sblock_rate |
| template<uint32_t k_sblock_rate> | |
| const uint32_t | sdsl::hyb_vector< k_sblock_rate >::k_sblock_size = 256 * k_sblock_rate |
| template<uint32_t k_sblock_rate> | |
| const uint32_t | sdsl::hyb_vector< k_sblock_rate >::k_hblock_rate = (1U << 31) / 256 |