tudocomp
– The TU Dortmund Compression Framework
tdc::SuffixTree::STNode Struct Reference

#include <SuffixTree.hpp>

Inheritance diagram for tdc::SuffixTree::STNode:
tdc::SuffixTree::STInnerNode tdc::SuffixTree::STLeaf

Public Member Functions

 STNode (int s, int e=0)
 
virtual ~STNode ()
 

Public Attributes

int start
 
int end
 

Detailed Description

Definition at line 70 of file ds/SuffixTree.hpp.

Constructor & Destructor Documentation

◆ STNode()

tdc::SuffixTree::STNode::STNode ( int  s,
int  e = 0 
)
inline

Definition at line 75 of file ds/SuffixTree.hpp.

◆ ~STNode()

virtual tdc::SuffixTree::STNode::~STNode ( )
inlinevirtual

Definition at line 76 of file ds/SuffixTree.hpp.

Member Data Documentation

◆ end

int tdc::SuffixTree::STNode::end

Definition at line 74 of file ds/SuffixTree.hpp.

◆ start

int tdc::SuffixTree::STNode::start

Definition at line 73 of file ds/SuffixTree.hpp.


The documentation for this struct was generated from the following file: