CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TinyDom2.h
Go to the documentation of this file.
1 #ifndef x_TinyDom2_h
2 #define x_TinyDom2_h
3 
7 #include <string>
8 #include <map>
9 #include <iostream>
10 
11 class AnotherDummy2 {};
12 
13  typedef std::map<TagName, TagName> AttList2;
14  typedef std::pair<TagName, AttList2> Node2;
17 
18  void TinyDom2PrettyPrint(std::ostream &, const TinyDom2 &);
19 
20 #endif
void TinyDom2PrettyPrint(ostream &os, const TinyDom2 &dom)
Definition: TinyDom2.cc:5
graph< Node2, AnotherDummy2 > TinyDom2
Definition: TinyDom2.h:15
graphwalker< Node2, AnotherDummy2 > TinyDom2Walker
Definition: TinyDom2.h:16
std::pair< TagName, AttList2 > Node2
Definition: TinyDom2.h:14
std::map< TagName, TagName > AttList2
Definition: TinyDom2.h:13