CMS 3D CMS Logo

Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DetectorDescription/RegressionTest/src/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.

{
  TinyDom2Walker walker(dom);
  //  unsigned int level = 0;
  //printTinyDom2(os, walker, level); // recursive
}