CMS 3D CMS Logo

TinyDom2.h
Go to the documentation of this file.
1 #ifndef DETECTOR_DESCRIPTION_REGRESSION_TEST_TINY_DOM2_H
2 #define DETECTOR_DESCRIPTION_REGRESSION_TEST_TINY_DOM2_H
3 
4 #include <iostream>
5 #include <map>
6 #include <string>
7 #include <utility>
8 
12 
13 class AnotherDummy2 {};
14 
15 using AttList2 = std::map<TagName, TagName>;
16 using Node2 = std::pair<TagName, AttList2>;
19 
20 void TinyDom2PrettyPrint(std::ostream &, const TinyDom2 &);
21 
22 #endif
void TinyDom2PrettyPrint(std::ostream &, const TinyDom2 &)
std::map< TagName, TagName > AttList2
Definition: TinyDom2.h:15
std::pair< TagName, AttList2 > Node2
Definition: TinyDom2.h:16