|
LLVM 22.0.0git
|
A repeated substring in the tree. More...
#include "llvm/Support/SuffixTree.h"
Public Attributes | |
| unsigned | Length |
| The length of the string. | |
| SmallVector< unsigned > | StartIndices |
| The start indices of each occurrence. | |
A repeated substring in the tree.
Definition at line 50 of file SuffixTree.h.
| unsigned llvm::SuffixTree::RepeatedSubstring::Length |
The length of the string.
Definition at line 52 of file SuffixTree.h.
| SmallVector<unsigned> llvm::SuffixTree::RepeatedSubstring::StartIndices |
The start indices of each occurrence.
Definition at line 55 of file SuffixTree.h.