SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
wt_gmr.hpp File Reference

wt_gmr.hpp contains a specialized class to support select, rank and access on inputs over a large alphabet. More...

#include <algorithm>
#include <assert.h>
#include <cstdint>
#include <iosfwd>
#include <iterator>
#include <string>
#include <type_traits>
#include <utility>
#include <sdsl/bits.hpp>
#include <sdsl/cereal.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/int_vector_buffer.hpp>
#include <sdsl/io.hpp>
#include <sdsl/iterators.hpp>
#include <sdsl/ram_fs.hpp>
#include <sdsl/sdsl_concepts.hpp>
#include <sdsl/structure_tree.hpp>
#include <sdsl/util.hpp>

Go to the source code of this file.

Classes

class  sdsl::inv_multi_perm_support< t_s, t_rac, t_bv, t_rank >
 Class inv_multi_perm_support adds access to the inverse of permutations. More...
class  sdsl::wt_gmr_rs< t_rac, t_bitvector, t_select, t_select_zero >
 A wavelet tree class for integer sequences. More...
class  sdsl::wt_gmr< t_rac, t_inverse_support, t_bitvector, t_select, t_select_zero >
 A wavelet tree class for integer sequences. More...

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.

Functions

template<class t_rac>
void sdsl::_transform_to_compressed (int_vector<> &iv, typename std::enable_if<!(std::is_same< t_rac, int_vector<> >::value), t_rac >::type &rac, const std::string filename)
template<class t_rac>
void sdsl::_transform_to_compressed (int_vector<> &iv, typename std::enable_if< std::is_same< t_rac, int_vector<> >::value, t_rac >::type &rac, const std::string)

Detailed Description

wt_gmr.hpp contains a specialized class to support select, rank and access on inputs over a large alphabet.

Author
Alexander Diehm, Timo Beller, Simon Gog

Definition in file wt_gmr.hpp.