|
MOOS 0.2375
|
#include "MOOSGenLibGlobalHelper.h"

Go to the source code of this file.
Defines | |
| #define | MOOS_ASSERT_LEVEL 1 |
| #define | _MOOSASSERT(bCond, msg) |
Functions | |
| void | MOOSAssert (bool cond, const char *msg=NULL, const char *filename=NULL, int line=0) |
| #define _MOOSASSERT | ( | bCond, | |
| msg | |||
| ) |
Definition at line 23 of file MOOSAssert.h.
| #define MOOS_ASSERT_LEVEL 1 |
Definition at line 14 of file MOOSAssert.h.
| void MOOSAssert | ( | bool | cond, |
| const char * | msg = NULL, |
||
| const char * | filename = NULL, |
||
| int | line = 0 |
||
| ) | [inline] |
Definition at line 28 of file MOOSAssert.h.
1.7.4