CMS 3D CMS Logo

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

#include <RPCAMCLinkMap.h>

Public Types

typedef std::map< RPCAMCLink, RPCLBLinkmap_type
 

Public Member Functions

map_typegetMap ()
 
map_type const & getMap () const
 
 RPCAMCLinkMap ()
 

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 RPCAMCLinkMap.h.

Member Typedef Documentation

Definition at line 14 of file RPCAMCLinkMap.h.

Constructor & Destructor Documentation

RPCAMCLinkMap::RPCAMCLinkMap ( )

Definition at line 3 of file RPCAMCLinkMap.cc.

4 {}

Member Function Documentation

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

Definition at line 33 of file RPCAMCLinkMap.h.

References map_.

34 {
35  return map_;
36 }
map_type map_
Definition: RPCAMCLinkMap.h:23
template<class Archive >
void RPCAMCLinkMap::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 25 of file RPCAMCLinkMap.h.

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

Definition at line 25 of file RPCAMCLinkMap.h.

Member Data Documentation

map_type RPCAMCLinkMap::map_
protected

Definition at line 23 of file RPCAMCLinkMap.h.

Referenced by getMap().