CMS 3D CMS Logo

Classes | Typedefs | Functions
TinyDom.h File Reference
#include <iostream>
#include <map>
#include <string>
#include "DetectorDescription/Core/interface/adjgraph.h"
#include "DetectorDescription/Core/interface/graphwalker.h"
#include "DetectorDescription/RegressionTest/src/TagName.h"

Go to the source code of this file.

Classes

class  AnotherDummy
 

Typedefs

typedef std::map< AttName, AttValueAttList
 
typedef TagName AttName
 
typedef TagName AttValue
 
typedef TagName NodeName
 
typedef graph< NodeName, AttListTinyDom
 
typedef graphwalker< NodeName, AttListTinyDomWalker
 

Functions

void TinyDomPrettyPrint (std::ostream &, const TinyDom &)
 

Typedef Documentation

typedef std::map<AttName,AttValue> AttList

Definition at line 17 of file TinyDom.h.

typedef TagName AttName

Definition at line 15 of file TinyDom.h.

typedef TagName AttValue

Definition at line 16 of file TinyDom.h.

typedef TagName NodeName

Definition at line 14 of file TinyDom.h.

Definition at line 18 of file TinyDom.h.

Definition at line 19 of file TinyDom.h.

Function Documentation

void TinyDomPrettyPrint ( std::ostream &  ,
const TinyDom  
)