struct SuffixTree::RepeatedSubstring

Declaration

struct SuffixTree::RepeatedSubstring { /* full declaration omitted */ };

Description

A repeated substring in the tree.

Declared at: llvm/include/llvm/Support/SuffixTree.h:143

Member Variables

public unsigned int Length
The length of the string.
public std::vector<unsigned int> StartIndices
The start indices of each occurrence.