CMS 3D CMS Logo

Functions
TinyDom2.cc File Reference
#include "DetectorDescription/RegressionTest/src/TinyDom2.h"

Go to the source code of this file.

Functions

void TinyDom2PrettyPrint (ostream &os, const TinyDom2 &dom)
 

Function Documentation

void TinyDom2PrettyPrint ( ostream &  os,
const TinyDom2 dom 
)

Definition at line 5 of file TinyDom2.cc.

6 {
7  TinyDom2Walker walker(dom);
8 }