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
SurveyErrors Class Reference

#include <SurveyErrors.h>

Public Member Functions

 SurveyErrors ()
 

Public Attributes

std::vector< SurveyErrorm_surveyErrors
 

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

Container of SurveyError to be stored in DB.

For more info, see CondFormats/Alignment/interface/SurveyError.h

Date:
2007/03/22
Revision:
1.1
Author
Chung Khim Lae

Definition at line 19 of file SurveyErrors.h.

Constructor & Destructor Documentation

SurveyErrors::SurveyErrors ( )
inline

Definition at line 21 of file SurveyErrors.h.

21 {}

Member Function Documentation

template<class Archive >
void SurveyErrors::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 SurveyErrors.h.

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

Definition at line 25 of file SurveyErrors.h.

Member Data Documentation

std::vector<SurveyError> SurveyErrors::m_surveyErrors