CMS 3D CMS Logo

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