CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Attributes | Private Member Functions | Friends
PixelDCSObject< class >::Item Struct Reference

#include <PixelDCSObject.h>

Public Attributes

std::string name
 
Type value
 

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

template<class>
struct PixelDCSObject< class >::Item

Definition at line 26 of file PixelDCSObject.h.

Member Function Documentation

template<typename T >
template<class Archive >
void PixelDCSObject< T >::Item::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Definition at line 3 of file SerializationManual.h.

References PixelDCSObject< class >::Item::name, and PixelDCSObject< class >::Item::value.

4 {
5  ar & BOOST_SERIALIZATION_NVP(name);
6  ar & BOOST_SERIALIZATION_NVP(value);
7 }

Friends And Related Function Documentation

template<class >
friend class boost::serialization::access
friend

Definition at line 32 of file PixelDCSObject.h.

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

Definition at line 32 of file PixelDCSObject.h.

Member Data Documentation

template<class >
std::string PixelDCSObject< class >::Item::name
template<class >
Type PixelDCSObject< class >::Item::value