Return the end index of this node.
Synopsis
Declared in <llvm/Support/SuffixTreeNode.h>
virtual
unsigned int
getEndIdx() const = 0;
Return Value
The end index of this node's substring.
Created with MrDocs
Return the end index of this node.
Declared in <llvm/Support/SuffixTreeNode.h>
virtual
unsigned int
getEndIdx() const = 0;
The end index of this node's substring.
Created with MrDocs