tudocomp
– The TU Dortmund Compression Framework
|
#include <SuffixTree.hpp>
Public Member Functions | |
STInnerNode (int s, int e=0) | |
virtual | ~STInnerNode () |
Public Member Functions inherited from tdc::SuffixTree::STNode | |
STNode (int s, int e=0) | |
virtual | ~STNode () |
Public Attributes | |
uint | string_depth |
STInnerNode * | parent |
std::unordered_map< char, STNode * > | child_nodes |
STInnerNode * | suffix_link |
Public Attributes inherited from tdc::SuffixTree::STNode | |
int | start |
int | end |
Definition at line 90 of file ds/SuffixTree.hpp.
|
inline |
Definition at line 102 of file ds/SuffixTree.hpp.
|
inlinevirtual |
Definition at line 104 of file ds/SuffixTree.hpp.
std::unordered_map<char, STNode*> tdc::SuffixTree::STInnerNode::child_nodes |
Definition at line 96 of file ds/SuffixTree.hpp.
STInnerNode* tdc::SuffixTree::STInnerNode::parent |
Definition at line 93 of file ds/SuffixTree.hpp.
uint tdc::SuffixTree::STInnerNode::string_depth |
Definition at line 92 of file ds/SuffixTree.hpp.
STInnerNode* tdc::SuffixTree::STInnerNode::suffix_link |
Definition at line 98 of file ds/SuffixTree.hpp.