ldas-tools-framecpp 2.7.0
Loading...
Searching...
No Matches
Macros
test.hh File Reference
This graph shows which files directly or indirectly include this file:

Macros

#define RES   r
 
#define TSTART   bool RES( true );
 
#define TEST(a)   RES = RES && ( a );
 
#define TEST2(b, a)
 
#define TEND   return RES;
 
#define TMSGEND   TEND;
 

Macro Definition Documentation

◆ RES

#define RES   r

◆ TEND

#define TEND   return RES;

◆ TEST

#define TEST ( a)    RES = RES && ( a );

◆ TEST2

#define TEST2 ( b,
a )
Value:
{ \
bool tmp = ( a ); \
if ( !tmp ) \
cout << endl << ( b ) << " failed... "; \
RES = RES && tmp; \
}
#define RES
Definition test.hh:29

◆ TMSGEND

#define TMSGEND   TEND;

◆ TSTART

#define TSTART   bool RES( true );