Macaulay2 Engine
Loading...
Searching...
No Matches

◆ addChild()

void SuffixTreeNode::addChild ( SuffixTreeNode * child)
inline

Definition at line 133 of file SuffixTree.hpp.

133{ mChildren.insert(std::make_pair(child->arcLabel(),child)); }
Label & arcLabel()
std::map< Label, SuffixTreeNode * > mChildren

References arcLabel(), mChildren, and SuffixTreeNode().