SDSL 3.0.2
Succinct Data Structure Library
|
lcp_support_sada.hpp contains a compressed lcp array. More...
#include <iosfwd>
#include <stddef.h>
#include <string>
#include <sdsl/cereal.hpp>
#include <sdsl/config.hpp>
#include <sdsl/construct_isa.hpp>
#include <sdsl/csa_sada.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/int_vector_buffer.hpp>
#include <sdsl/io.hpp>
#include <sdsl/iterators.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::_lcp_support_sada< t_csa, t_bitvec, t_select > |
A class to represent the LCP array in compressed form. More... | |
struct | sdsl::_lcp_support_sada< t_csa, t_bitvec, t_select >::type< Cst > |
struct | sdsl::lcp_support_sada< t_bitvec, t_select > |
Helper class which provides _lcp_support_sada the context of a CSA. More... | |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. | |
lcp_support_sada.hpp contains a compressed lcp array.
Definition in file lcp_support_sada.hpp.