Main Page
Namespaces
Classes
Package Documentation
CondFormats
Calibration
interface
boostTypeObj.h
Go to the documentation of this file.
1
#ifndef BOOSTTYPEOBJ_H
2
#define BOOSTTYPEOBJ_H
3
#include "
CondFormats/Serialization/interface/Serializable.h
"
4
5
#include <boost/cstdint.hpp>
6
7
class
boostTypeObj
{
8
public
:
9
boost::int8_t
a
;
10
boost::int16_t
b
;
11
boost::uint8_t
aa
;
12
boost::uint16_t
bb
;
13
14
COND_SERIALIZABLE
;
15
};
16
#endif
boostTypeObj::aa
boost::uint8_t aa
Definition:
boostTypeObj.h:11
boostTypeObj::b
boost::int16_t b
Definition:
boostTypeObj.h:10
boostTypeObj
Definition:
boostTypeObj.h:7
boostTypeObj::bb
boost::uint16_t bb
Definition:
boostTypeObj.h:12
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:38
boostTypeObj::a
boost::int8_t a
Definition:
boostTypeObj.h:9
Serializable.h
Generated for CMSSW Reference Manual by
1.8.11