CMS 3D CMS Logo

Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/DetectorDescription/RegressionTest/src/TinyDom.cc File Reference

#include "DetectorDescription/RegressionTest/src/TinyDom.h"

Go to the source code of this file.

Functions

void TinyDomPrettyPrint (ostream &os, const TinyDom &dom)

Function Documentation

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
}