SDSL 3.0.2
Succinct Data Structure Library
Loading...
Searching...
No Matches
lcp_byte.hpp File Reference

lcp_byte.hpp contains a (compressed) lcp array. More...

#include <iostream>
#include <stddef.h>
#include <stdint.h>
#include <string>
#include <utility>
#include <vector>
#include <sdsl/bits.hpp>
#include <sdsl/cereal.hpp>
#include <sdsl/config.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_byte< t_width >
 A class for a simple compressed version of LCP information. More...
 

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.
 

Detailed Description

lcp_byte.hpp contains a (compressed) lcp array.

Author
Simon Gog

Definition in file lcp_byte.hpp.