Tree.dump
void dump(gda.tree_node.TreeNode node = null, void * stream = null)Dumps the contents of tree to stream, using a hierarchical view.
Parameters
node | a #GdaTreeNode to start the dump from, or null for a full dump |
stream | a stream to send the dump to, or null for STDOUT |