|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TESTCLASSPRIMITIVES_H
6 #define TESTCLASSPRIMITIVES_H
106 os <<
"m_bool = " <<
static_cast<int>(
m_bool ) << std::endl
107 <<
"m_char = " <<
static_cast<int>(
m_char ) << std::endl
108 <<
"m_uchar = " <<
static_cast<int>(
m_uchar ) << std::endl
109 <<
"m_schar = " <<
static_cast<int>(
m_schar ) << std::endl
110 <<
"m_short = " <<
m_short << std::endl
111 <<
"m_ushort = " <<
m_ushort << std::endl
112 <<
"m_sshort = " <<
m_sshort << std::endl
116 <<
"m_int = " <<
m_int << std::endl
117 <<
"m_uint = " <<
m_uint << std::endl
118 <<
"m_sint = " <<
m_sint << std::endl
119 <<
"m_s = " <<
m_s << std::endl
120 <<
"m_u = " <<
m_u << std::endl
121 <<
"m_long = " <<
m_long << std::endl
122 <<
"m_ulong = " <<
m_ulong << std::endl
123 <<
"m_slong = " <<
m_slong << std::endl
124 <<
"m_longint = " <<
m_longint << std::endl
127 <<
"m_float = " <<
m_float << std::endl
164 return ( ( (*
this) == rhs ) ?
false :
true );
signed long int m_slongint
bool operator!=(const TestClassPrimitives &rhs) const
unsigned short int m_ushortint
signed short int m_sshortint
unsigned long int m_ulongint
bool operator==(const TestClassPrimitives &rhs) const
std::ostream & streamOut(std::ostream &os) const