42 void FillWithDataset1 ();
43 void FillWithDataset2 ();
44 void FillWithDataset3 ();
45 void FillWithDataset4 ();
56 inline void StructWithSimpleTypes::FillWithDataset1 ()
76 inline void StructWithSimpleTypes::FillWithDataset2 ()
79 FloatField = 1.4424141f;
96 inline void StructWithSimpleTypes::FillWithDataset3 ()
99 FloatField = 10.4416141f;
117 inline void StructWithSimpleTypes::FillWithDataset4 ()
119 DoubleField = -13.1231;
120 FloatField = -10.4416141f;
138 inline bool operator== (
const StructWithSimpleTypes& struct1,
const StructWithSimpleTypes& struct2 )
140 if( struct1.DoubleField != struct2.DoubleField )
143 if( struct1.FloatField != struct2.FloatField )
146 if( struct1.UIntField64 != struct2.UIntField64 )
149 if( struct1.IntField64 != struct2.IntField64 )
152 if( struct1.UIntField32 != struct2.UIntField32 )
155 if( struct1.IntField32 != struct2.IntField32 )
158 if( struct1.UIntField16 != struct2.UIntField16 )
161 if( struct1.IntField16 != struct2.IntField16 )
164 if( struct1.UIntField8 != struct2.UIntField8 )
167 if( struct1.IntField8 != struct2.IntField8 )
170 if( struct1.CharField != struct2.CharField )
173 if( struct1.BoolField != struct2.BoolField )
181 inline bool operator!= (
const StructWithSimpleTypes& struct1,
const StructWithSimpleTypes& struct2 )
183 return !( struct1 == struct2 );
Definition: Exception.h:11
Definition: StructWithSimpleTypes.h:18
Plik zawiera definicje podstawowych typów zmiennych.