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