SDSL 3.0.2
Succinct Data Structure Library
|
bp_support_gg.hpp contains an implementation of a BP support data structure. More...
#include <assert.h>
#include <iosfwd>
#include <memory>
#include <stdexcept>
#include <stdint.h>
#include <string>
#include <typeinfo>
#include <sdsl/bp_support_algorithm.hpp>
#include <sdsl/cereal.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/io.hpp>
#include <sdsl/nearest_neighbour_dictionary.hpp>
#include <sdsl/rank_support_v5.hpp>
#include <sdsl/select_support_mcl.hpp>
#include <sdsl/select_support_scan.hpp>
#include <sdsl/structure_tree.hpp>
#include <sdsl/util.hpp>
Go to the source code of this file.
Classes | |
class | sdsl::bp_support_gg< t_nnd, t_rank, t_select, t_bs > |
A class that provides support for bit_vectors that represent a BP sequence. More... | |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. | |
bp_support_gg.hpp contains an implementation of a BP support data structure.
Definition in file bp_support_gg.hpp.