SDSL 3.0.1
Succinct Data Structure Library
|
csa_alphabet_strategy.hpp includes different strategy classes for representing an alphabet of a CSA. More...
#include <string>
#include <sdsl/config.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/rank_support.hpp>
#include <sdsl/sd_vector.hpp>
#include <sdsl/sdsl_concepts.hpp>
#include <sdsl/select_support.hpp>
Go to the source code of this file.
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. | |
Functions | |
template<uint8_t int_width> | |
constexpr const char * | sdsl::key_text () |
template<uint8_t int_width> | |
constexpr const char * | sdsl::key_bwt () |
template<> | |
constexpr const char * | sdsl::key_text< 8 > () |
template<> | |
constexpr const char * | sdsl::key_bwt< 8 > () |
template<typename bit_vector_type , typename size_type > | |
void | sdsl::init_char_bitvector (bit_vector_type &char_bv, const std::map< size_type, size_type > &D) |
template<typename t_hi_bit_vector , typename t_select_1 , typename t_select_0 , typename size_type > | |
void | sdsl::init_char_bitvector (sd_vector< t_hi_bit_vector, t_select_1, t_select_0 > &char_bv, const std::map< size_type, size_type > &D) |
csa_alphabet_strategy.hpp includes different strategy classes for representing an alphabet of a CSA.
Definition in file csa_alphabet_strategy.hpp.