CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Friends
cond::IOVDescription Class Reference

#include <IOVDescription.h>

Inheritance diagram for cond::IOVDescription:
cond::IOVKeysDescription

Public Member Functions

virtual IOVDescriptionclone () const
 
 IOVDescription ()
 
virtual ~IOVDescription ()
 

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 8 of file IOVDescription.h.

Constructor & Destructor Documentation

◆ IOVDescription()

cond::IOVDescription::IOVDescription ( )
inline

Definition at line 10 of file IOVDescription.h.

Referenced by clone().

10 {}

◆ ~IOVDescription()

virtual cond::IOVDescription::~IOVDescription ( )
inlinevirtual

Definition at line 11 of file IOVDescription.h.

11 {}

Member Function Documentation

◆ clone()

virtual IOVDescription* cond::IOVDescription::clone ( void  ) const
inlinevirtual

Reimplemented in cond::IOVKeysDescription.

Definition at line 12 of file IOVDescription.h.

References IOVDescription().

12 { return new IOVDescription(*this); }

◆ serialize()

template<class Archive >
void cond::IOVDescription::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 15 of file IOVDescription.h.

◆ cond::serialization::access

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

Definition at line 15 of file IOVDescription.h.