#ifndef _PARAMTREE_PRINT_H_ #define _PARAMTREE_PRINT_H_ #include void printTree(ParamTree::ParamTreeNode *n); #endif