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

#include <SuffixTree.hpp>

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

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
 

Detailed Description

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

Constructor & Destructor Documentation

◆ STLeaf()

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

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

◆ ~STLeaf()

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

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

Member Data Documentation

◆ suffix

uint tdc::SuffixTree::STLeaf::suffix

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


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