Thrill
0.1
|
A pair (index, rank)
Definition at line 36 of file construct_lcp.hpp.
#include <construct_lcp.hpp>
Public Attributes | |
Index | index |
Index | rank |
Friends | |
std::ostream & | operator<< (std::ostream &os, const IndexRank &ir) |
std::ostream & | operator<< (std::ostream &os, const IndexRank &ri) |
std::ostream & | operator<< (std::ostream &os, const IndexRank &ri) |
|
friend |
Definition at line 40 of file construct_lcp.hpp.
|
friend |
Definition at line 52 of file prefix_quadrupling.cpp.
|
friend |
Definition at line 67 of file prefix_doubling.cpp.
Index index |
Definition at line 37 of file construct_lcp.hpp.
Referenced by examples::suffix_sorting::CheckSA(), examples::suffix_sorting::ConstructBWT(), examples::suffix_sorting::ConstructLCP(), examples::suffix_sorting::DC3Recursive(), examples::suffix_sorting::DC7Recursive(), examples::suffix_sorting::PrefixDoublingPack(), examples::suffix_sorting::PrefixDoublingSorting(), examples::suffix_sorting::PrefixDoublingWindow(), examples::suffix_sorting::PrefixQuadrupling(), and examples::suffix_sorting::PrefixQuadruplingDiscarding().
Index rank |
Definition at line 38 of file construct_lcp.hpp.
Referenced by examples::suffix_sorting::ConstructBWT(), and examples::suffix_sorting::ConstructLCP().