CMS 3D CMS Logo

boostTypeObj.h
Go to the documentation of this file.
1 #ifndef BOOSTTYPEOBJ_H
2 #define BOOSTTYPEOBJ_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 
15 };
16 #endif
boost::uint8_t aa
Definition: boostTypeObj.h:11
boost::int16_t b
Definition: boostTypeObj.h:10
boost::uint16_t bb
Definition: boostTypeObj.h:12
#define COND_SERIALIZABLE
Definition: Serializable.h:38
boost::int8_t a
Definition: boostTypeObj.h:9