LLVM 19.0.0git
Public Attributes | List of all members
llvm::SuffixTree::RepeatedSubstring Struct Reference

A repeated substring in the tree. More...

#include "llvm/Support/SuffixTree.h"

Public Attributes

unsigned Length
 The length of the string.
 
SmallVector< unsignedStartIndices
 The start indices of each occurrence.
 

Detailed Description

A repeated substring in the tree.

Definition at line 46 of file SuffixTree.h.

Member Data Documentation

◆ Length

unsigned llvm::SuffixTree::RepeatedSubstring::Length

The length of the string.

Definition at line 48 of file SuffixTree.h.

Referenced by createCandidatesFromSuffixTree().

◆ StartIndices

SmallVector<unsigned> llvm::SuffixTree::RepeatedSubstring::StartIndices

The start indices of each occurrence.

Definition at line 51 of file SuffixTree.h.

Referenced by createCandidatesFromSuffixTree().


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