|
tudocomp
– The TU Dortmund Compression Framework
|
#include <SuffixTree.hpp>
Public Member Functions | |
| STLeaf (int s, int e=0) | |
| virtual | ~STLeaf () |
Public Member Functions inherited from tdc::SuffixTree::STNode | |
| STNode (int s, int e=0) | |
| virtual | ~STNode () |
Public Attributes | |
| uint | suffix |
Public Attributes inherited from tdc::SuffixTree::STNode | |
| int | start |
| int | end |
Definition at line 80 of file ds/SuffixTree.hpp.
|
inline |
Definition at line 84 of file ds/SuffixTree.hpp.
|
inlinevirtual |
Definition at line 86 of file ds/SuffixTree.hpp.
| uint tdc::SuffixTree::STLeaf::suffix |
Definition at line 82 of file ds/SuffixTree.hpp.