Macaulay2 Engine
Loading...
Searching...
No Matches
◆
operator<<
std::ostream & operator<<
(
std::ostream &
o
,
const
SuffixTreeNode
&
suffixTreeNode
)
friend
Definition at line
18
of file
SuffixTree.cpp
.
19
{
20
suffixTreeNode.
dump
(o,0);
21
return
o;
22
}
SuffixTreeNode::dump
std::ostream & dump(std::ostream &, int depth, bool dumpChildren=true) const
Definition
SuffixTree.cpp:24
References
dump()
, and
SuffixTreeNode()
.
SuffixTreeNode
Generated on
for Macaulay2 Engine by
1.15.0