CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
boostTypeObj.h
Go to the documentation of this file.
1 #ifndef BOOSTTYPEOBJ_H
2 #define BOOSTTYPEOBJ_H
3 #include <boost/cstdint.hpp>
4 
5 class boostTypeObj {
6 public:
7  boost::int8_t a;
8  boost::int16_t b;
9  boost::uint8_t aa;
10  boost::uint16_t bb;
11 };
12 #endif
boost::uint8_t aa
Definition: boostTypeObj.h:9
boost::int16_t b
Definition: boostTypeObj.h:8
boost::uint16_t bb
Definition: boostTypeObj.h:10
boost::int8_t a
Definition: boostTypeObj.h:7