LLVM
15.0.0git
|
A repeated substring in the tree. More...
#include "llvm/Support/SuffixTree.h"
Public Attributes | |
unsigned | Length |
The length of the string. More... | |
std::vector< unsigned > | StartIndices |
The start indices of each occurrence. More... | |
A repeated substring in the tree.
Definition at line 143 of file SuffixTree.h.
unsigned llvm::SuffixTree::RepeatedSubstring::Length |
The length of the string.
Definition at line 145 of file SuffixTree.h.
Referenced by createCandidatesFromSuffixTree().
std::vector<unsigned> llvm::SuffixTree::RepeatedSubstring::StartIndices |
The start indices of each occurrence.
Definition at line 148 of file SuffixTree.h.
Referenced by createCandidatesFromSuffixTree().