CMS 3D CMS Logo

TinyDom.cc
Go to the documentation of this file.
2 
3 using namespace std;
4 
5 void TinyDomPrettyPrint(ostream & os , const TinyDom & dom)
6 {
7  TinyDomWalker walker(dom);
8 }
void TinyDomPrettyPrint(ostream &os, const TinyDom &dom)
Definition: TinyDom.cc:5