|
SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
sd_vector.hpp contains the sdsl::sd_vector class, and classes which support rank and select for sd_vector. More...
#include "int_vector.hpp"#include "select_support_mcl.hpp"#include "util.hpp"#include "bitmagic.hpp"Go to the source code of this file.
Classes | |
| class | sdsl::sd_vector< hi_bit_vector_type, hi_select_1, hi_select_0 > |
| A bit vector which compresses very sparse populated bit vectors by. More... | |
| class | sdsl::sd_rank_support< hi_bit_vector_type, Select1Support, Select0Support > |
| Rank data structure for sd_vector. More... | |
| class | sdsl::sd_select_support< hi_bit_vector_type, Select1Support, Select0Support > |
| Select data structure for sd_vector. More... | |
Namespaces | |
| namespace | sdsl |
| Namespace for the succinct data structure library. | |
sd_vector.hpp contains the sdsl::sd_vector class, and classes which support rank and select for sd_vector.
1.8.0