CMS 3D CMS Logo

TinyDom.h
Go to the documentation of this file.
1 #ifndef DETECTOR_DESCRIPTION_REGRESSION_TEST_TINY_DOM_H
2 #define DETECTOR_DESCRIPTION_REGRESSION_TEST_TINY_DOM_H
3 
4 #include <iostream>
5 #include <map>
6 #include <string>
7 
11 
12 class AnotherDummy {};
13 
14 using NodeName = TagName;
15 using AttName = TagName;
16 using AttValue = TagName;
17 using AttList = std::map<AttName,AttValue>;
20 
21 void TinyDomPrettyPrint(std::ostream &, const TinyDom &);
22 
23 #endif
std::map< AttName, AttValue > AttList
Definition: TinyDom.h:17
Definition: TagName.h:9
void TinyDomPrettyPrint(std::ostream &, const TinyDom &)