CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Protected Attributes | Private Member Functions | Friends
RPCDCCLinkMap Class Reference

#include <RPCDCCLinkMap.h>

Public Types

typedef std::map< RPCDCCLink, RPCLBLinkmap_type
 

Public Member Functions

map_typegetMap ()
 
map_type const & getMap () const
 
 RPCDCCLinkMap ()
 

Protected Attributes

map_type map_
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Friends

class boost::serialization::access
 
template<typename CondSerializationT , typename Enabled >
struct cond::serialization::access
 

Detailed Description

Definition at line 11 of file RPCDCCLinkMap.h.

Member Typedef Documentation

◆ map_type

Definition at line 13 of file RPCDCCLinkMap.h.

Constructor & Destructor Documentation

◆ RPCDCCLinkMap()

RPCDCCLinkMap::RPCDCCLinkMap ( )

Definition at line 3 of file RPCDCCLinkMap.cc.

3 {}

Member Function Documentation

◆ getMap() [1/2]

RPCDCCLinkMap::map_type & RPCDCCLinkMap::getMap ( )
inline

Definition at line 27 of file RPCDCCLinkMap.h.

References map_.

27 { return map_; }
map_type map_
Definition: RPCDCCLinkMap.h:22

◆ getMap() [2/2]

RPCDCCLinkMap::map_type const & RPCDCCLinkMap::getMap ( ) const
inline

Definition at line 29 of file RPCDCCLinkMap.h.

References map_.

29 { return map_; }
map_type map_
Definition: RPCDCCLinkMap.h:22

◆ serialize()

template<class Archive >
void RPCDCCLinkMap::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 24 of file RPCDCCLinkMap.h.

◆ cond::serialization::access

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 24 of file RPCDCCLinkMap.h.

Member Data Documentation

◆ map_

map_type RPCDCCLinkMap::map_
protected

Definition at line 22 of file RPCDCCLinkMap.h.

Referenced by getMap().