CARMA C++
checking.h File Reference

Header file for the CARMA checked build diagnostic macros. More...

Go to the source code of this file.

Macros

#define CARMA_CHECK(assertion)
 Diagnostic macro for checking an assertion in checked builds. More...
 
#define CARMA_CHECKED_BUILD   0
 

Detailed Description

Header file for the CARMA checked build diagnostic macros.

Definition in file checking.h.

Macro Definition Documentation

#define CARMA_CHECK (   assertion)

Diagnostic macro for checking an assertion in checked builds.

Checks that assertion evaluates to true in checked builds and which does not evaluate anything (i.e. it is a NOOP) in non-checked builds.

Definition at line 52 of file checking.h.