Tree.dump

Dumps the contents of tree to stream, using a hierarchical view.

class Tree
void
dump
(,
void* stream = null
)

Parameters

node gda.tree_node.TreeNode

a #GdaTreeNode to start the dump from, or null for a full dump

stream void*

a stream to send the dump to, or null for STDOUT