LLVM 20.0.0git
|
Iterator for finding all repeated substrings in the suffix tree. More...
#include "llvm/Support/SuffixTree.h"
Public Member Functions | |
RepeatedSubstring & | operator* () |
Return the current repeated substring. | |
RepeatedSubstringIterator & | operator++ () |
RepeatedSubstringIterator | operator++ (int I) |
bool | operator== (const RepeatedSubstringIterator &Other) const |
bool | operator!= (const RepeatedSubstringIterator &Other) const |
RepeatedSubstringIterator (SuffixTreeInternalNode *N, const std::vector< SuffixTreeLeafNode * > &LeafNodes={}) | |
Iterator for finding all repeated substrings in the suffix tree.
Definition at line 159 of file SuffixTree.h.
|
inline |
Definition at line 207 of file SuffixTree.h.
|
inline |
Definition at line 203 of file SuffixTree.h.
References llvm::Other.
|
inline |
Return the current repeated substring.
Definition at line 187 of file SuffixTree.h.
|
inline |
Definition at line 189 of file SuffixTree.h.
|
inline |
Definition at line 194 of file SuffixTree.h.
|
inline |
Definition at line 200 of file SuffixTree.h.
References N, and llvm::Other.