CMS 3D CMS Logo

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