#include <SuffixTree.hpp>
Definition at line 19 of file ds/SuffixTree.hpp.
◆ SuffixTree() [1/4]
tdc::SuffixTree::SuffixTree |
( |
| ) |
|
|
inline |
◆ ~SuffixTree()
tdc::SuffixTree::~SuffixTree |
( |
| ) |
|
|
inline |
◆ SuffixTree() [2/4]
tdc::SuffixTree::SuffixTree |
( |
Input & |
input | ) |
|
|
inline |
◆ SuffixTree() [3/4]
◆ SuffixTree() [4/4]
tdc::SuffixTree::SuffixTree |
( |
std::string |
input | ) |
|
|
inline |
◆ append_char()
void tdc::SuffixTree::append_char |
( |
char |
c | ) |
|
|
inline |
◆ append_input() [1/2]
void tdc::SuffixTree::append_input |
( |
Input & |
input | ) |
|
|
inline |
◆ append_input() [2/2]
◆ append_string()
void tdc::SuffixTree::append_string |
( |
std::string |
input | ) |
|
|
inline |
◆ edge_length()
uint tdc::SuffixTree::edge_length |
( |
STNode * |
node | ) |
|
|
inline |
◆ get_root()
◆ get_size()
uint tdc::SuffixTree::get_size |
( |
| ) |
|
|
inline |
◆ get_string_of_edge()
std::string tdc::SuffixTree::get_string_of_edge |
( |
STNode * |
node | ) |
|
|
inline |
◆ get_text()
std::string tdc::SuffixTree::get_text |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: