CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes | Private Member Functions | Friends
DTConfigKey Class Reference

#include <DTCCBConfig.h>

Public Member Functions

 DTConfigKey ()
 
 ~DTConfigKey ()
 

Public Attributes

int confKey
 
int confType
 

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 54 of file DTCCBConfig.h.

Constructor & Destructor Documentation

DTConfigKey::DTConfigKey ( )

Definition at line 53 of file DTCCBConfig.cc.

53  :
54  confType( 0 ),
55  confKey ( 0 ) {
56 }
DTConfigKey::~DTConfigKey ( )

Definition at line 70 of file DTCCBConfig.cc.

70  {
71 }

Member Function Documentation

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

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 65 of file DTCCBConfig.h.

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

Definition at line 65 of file DTCCBConfig.h.

Member Data Documentation

int DTConfigKey::confKey
int DTConfigKey::confType