CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PrimitivePayload.h
Go to the documentation of this file.
1 #include <string>
2 
4  public:
6  PrimitivePayload( int seed );
7  bool operator ==(const PrimitivePayload& rhs) const;
8  bool operator !=(const PrimitivePayload& rhs) const;
9  private:
10  int m_i;
11  bool t_bool;
12  unsigned char t_uchar;
13  char t_char;
14  short t_short;
15  unsigned short t_ushort;
16  int t_int;
17  unsigned int t_uint;
18  long t_long;
19  unsigned long t_ulong;
20  long long t_llong;
21  float t_float;
22  double t_double;
24  enum T_Enum { A =3, B, C= 101, D, E, F};
26 };
unsigned long t_ulong
unsigned short t_ushort
std::string t_string
unsigned char t_uchar
unsigned int t_uint
bool operator!=(const PrimitivePayload &rhs) const
bool operator==(const PrimitivePayload &rhs) const