CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RPCDCCLinkMap.h
Go to the documentation of this file.
1 #ifndef CondFormats_RPCObjects_RPCDCCLinkMap_h
2 #define CondFormats_RPCObjects_RPCDCCLinkMap_h
3 
4 #include <map>
5 
7 
10 
12 public:
13  typedef std::map<RPCDCCLink, RPCLBLink> map_type;
14 
15 public:
16  RPCDCCLinkMap();
17 
18  map_type& getMap();
19  map_type const& getMap() const;
20 
21 protected:
23 
25 };
26 
28 
29 inline RPCDCCLinkMap::map_type const& RPCDCCLinkMap::getMap() const { return map_; }
30 
31 #endif // CondFormats_RPCObjects_RPCDCCLinkMap_h
std::map< RPCDCCLink, RPCLBLink > map_type
Definition: RPCDCCLinkMap.h:13
map_type map_
Definition: RPCDCCLinkMap.h:22
map_type & getMap()
Definition: RPCDCCLinkMap.h:27
#define COND_SERIALIZABLE
Definition: Serializable.h:39