SDSL 3.0.1
Succinct Data Structure Library
bp_support_gg.hpp File Reference

bp_support_gg.hpp contains an implementation of a BP support data structure. More...

#include <map>
#include <set>
#include <stack>
#include <stdexcept>
#include <utility>
#include <sdsl/bp_support_algorithm.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/nearest_neighbour_dictionary.hpp>
#include <sdsl/rank_support.hpp>
#include <sdsl/select_support.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.
 

Detailed Description

bp_support_gg.hpp contains an implementation of a BP support data structure.

Author
Simon Gog

Definition in file bp_support_gg.hpp.