|
| prefix_tree (int length, std::vector< int > const &suffix_array, std::vector< Letter > const &sumWords, std::vector< int > const &lcp, std::vector< int > const &lengthSuffixWord) |
|
void | build_prefix_tree () |
|
void | erase_word_form_prefix_tree (int wordBegin) |
|
void | fill_suffix_to_tree () |
|
int | get_prefixequal_to_suffix (int suffix, int firstWordInBlock) |
|
|
static const Letter | DELIMITER = 0 |
|
template<typename Letter>
class paal::greedy::detail::prefix_tree< Letter >
Definition at line 23 of file prefix_tree.hpp.
The documentation for this class was generated from the following file: