llvm::SuffixTreeLeafNode::getEndIdx

Return the end index of this node's substring in the entire string.

Synopsis

Declared in <llvm/Support/SuffixTreeNode.h>

virtual
unsigned int
getEndIdx() const override;

Return Value

The end index of this node's substring.