#include <TestClassPrimitives.h>
Definition at line 10 of file TestClassPrimitives.h.
◆ TestClassPrimitives()
TestClassPrimitives::TestClassPrimitives |
( |
| ) |
|
|
inline |
◆ ~TestClassPrimitives()
TestClassPrimitives::~TestClassPrimitives |
( |
| ) |
|
|
inline |
◆ operator!=()
◆ operator==()
◆ setNonZero()
void TestClassPrimitives::setNonZero |
( |
| ) |
|
|
inline |
◆ streamOut()
std::ostream & TestClassPrimitives::streamOut |
( |
std::ostream & |
os | ) |
const |
|
inline |
Definition at line 104 of file 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
◆ m_bool
bool TestClassPrimitives::m_bool |
◆ m_char
char TestClassPrimitives::m_char |
◆ m_double
double TestClassPrimitives::m_double |
◆ m_float
float TestClassPrimitives::m_float |
◆ m_int
int TestClassPrimitives::m_int |
◆ m_long
long TestClassPrimitives::m_long |
◆ m_longint
long int TestClassPrimitives::m_longint |
◆ m_s
signed TestClassPrimitives::m_s |
◆ m_schar
signed char TestClassPrimitives::m_schar |
◆ m_short
short TestClassPrimitives::m_short |
◆ m_shortint
short int TestClassPrimitives::m_shortint |
◆ m_sint
signed int TestClassPrimitives::m_sint |
◆ m_slong
signed long TestClassPrimitives::m_slong |
◆ m_slongint
signed long int TestClassPrimitives::m_slongint |
◆ m_sshort
signed short TestClassPrimitives::m_sshort |
◆ m_sshortint
signed short int TestClassPrimitives::m_sshortint |
◆ m_u
unsigned TestClassPrimitives::m_u |
◆ m_uchar
unsigned char TestClassPrimitives::m_uchar |
◆ m_uint
unsigned int TestClassPrimitives::m_uint |
◆ m_ulong
unsigned long TestClassPrimitives::m_ulong |
◆ m_ulongint
unsigned long int TestClassPrimitives::m_ulongint |
◆ m_ushort
unsigned short TestClassPrimitives::m_ushort |
◆ m_ushortint
unsigned short int TestClassPrimitives::m_ushortint |
The documentation for this class was generated from the following file: