tudocomp
– The TU Dortmund Compression Framework
|
#include <BinarySuffixTree.hpp>
Public Member Functions | |
uint | edge_length (uint node) |
~BinarySuffixTree () | |
uint | get_size () |
uint | get_first_child (uint node) |
uint | get_next_sibling (uint node) |
uint | get_suffix (uint node) |
uint | get_root () |
uint | get_edge_length (uint node) |
std::string | get_string_of_edge (uint node) |
uint | get_tree_size () |
void | print_tree (uint node, std::string depth) |
BinarySuffixTree (io::InputView &input) | |
Definition at line 27 of file BinarySuffixTree.hpp.
|
inline |
Definition at line 181 of file BinarySuffixTree.hpp.
|
inline |
Definition at line 339 of file BinarySuffixTree.hpp.
Definition at line 168 of file BinarySuffixTree.hpp.
Definition at line 313 of file BinarySuffixTree.hpp.
Definition at line 297 of file BinarySuffixTree.hpp.
Definition at line 301 of file BinarySuffixTree.hpp.
|
inline |
Definition at line 309 of file BinarySuffixTree.hpp.
|
inline |
Definition at line 293 of file BinarySuffixTree.hpp.
|
inline |
Definition at line 317 of file BinarySuffixTree.hpp.
Definition at line 304 of file BinarySuffixTree.hpp.
|
inline |
Definition at line 323 of file BinarySuffixTree.hpp.
|
inline |
Definition at line 329 of file BinarySuffixTree.hpp.