|
SDSL 3.0.1
Succinct Data Structure Library
|
#include <iostream>#include <string>#include <sdsl/lcp.hpp>#include <sdsl/lcp_wt.hpp>#include <sdsl/sorted_multi_stack_support.hpp>#include <sdsl/util.hpp>Go to the source code of this file.
Classes | |
| class | sdsl::_lcp_support_tree< t_lcp, t_cst > |
| This class composes a virtual LCP array from a LCP arrays which is in suffix array order (e.g. More... | |
| struct | sdsl::_lcp_support_tree< t_lcp, t_cst >::type< CST > |
| struct | sdsl::lcp_support_tree< t_lcp > |
| Helper class which provides _lcp_support_tree the context of a CST. More... | |
Namespaces | |
| namespace | sdsl |
| Namespace for the succinct data structure library. | |
Functions | |
| void | sdsl::construct_first_child_lcp (int_vector_buffer<> &lcp_buf, int_vector<> &fc_lcp) |