ldas-tools-framecpp  2.7.0
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,
 
)
Value:
{ \
bool tmp = ( a ); \
if ( !tmp ) \
cout << endl << ( b ) << " failed... "; \
RES = RES && tmp; \
}

◆ TMSGEND

#define TMSGEND   TEND;

◆ TSTART

#define TSTART   bool RES( true );
RES
#define RES
Definition: test.hh:29