Function rcg::printNode
Defined in File nodemap_out.h
Function Documentation
-
void rcg::printNode(const std::string &prefix, GenApi::INode *node, int depth, bool show_enum_list)
Recursive printing of nodes to standard out.
- Parameters:
prefix – Prefix that will be prepended to every line.
node – Node to be printed.
depth – This value is reduced when calling printNode() recursively on category nodes. If the value is <= 0, then no recursion is done.
show_enum_list – If true, all possible enum values of a parameter are printed as well.