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

◆ operator<<() [1/2]

std::ostream & operator<< ( std::ostream & o,
const SuffixTree & suffixTree )

Definition at line 73 of file SuffixTree.cpp.

74{
75 outputPatterns(o,suffixTree);
76 suffixTree.mRoot->dump(o,0);
77 return o;
78}
void outputPatterns(std::ostream &o, const SuffixTree &suffixTree)
SuffixTreeNode * mRoot
std::ostream & dump(std::ostream &, int depth, bool dumpChildren=true) const