#include "DetectorDescription/RegressionTest/src/TinyDom2.h"
#include <string>
Go to the source code of this file.
Functions | |
void | TinyDom2PrettyPrint (ostream &os, const TinyDom2 &dom) |
Definition at line 6 of file TinyDom2.cc.
00007 { 00008 TinyDom2Walker walker(dom); 00009 // unsigned int level = 0; 00010 //printTinyDom2(os, walker, level); // recursive 00011 }