CMS 3D CMS Logo

strKeyMap.h
Go to the documentation of this file.
1 #ifndef CondFormats_strKeyMap_h
2 #define CondFormats_strKeyMap_h
4 
5 #include <map>
6 class Algob {
7 public:
8  Algob() {}
9  int b;
10 
12 };
13 class strKeyMap {
14 public:
15  strKeyMap() {}
16 
17 private:
18  std::map<std::string, Algob> m_content;
19 
21 };
22 #endif
Algob()
Definition: strKeyMap.h:8
Definition: strKeyMap.h:6
strKeyMap()
Definition: strKeyMap.h:15
#define COND_SERIALIZABLE
Definition: Serializable.h:39
int b
Definition: strKeyMap.h:9
std::map< std::string, Algob > m_content
Definition: strKeyMap.h:18