#include "DetectorDescription/RegressionTest/src/TinyDom.h"
Go to the source code of this file.
Functions | |
void | TinyDomPrettyPrint (ostream &os, const TinyDom &dom) |
void TinyDomPrettyPrint | ( | ostream & | os, |
const TinyDom & | dom | ||
) |
Definition at line 5 of file TinyDom.cc.
{ TinyDomWalker walker(dom); // unsigned int level = 0; //printTinyDom(os, walker, level); // recursive }