Implementation of the assert function for ITHACA-FV. More...
#include <iostream>
Go to the source code of this file.
Macros | |
#define | M_Assert(Expr, Msg) __M_Assert(#Expr, Expr, __FILE__, __LINE__, Msg) |
Functions | |
void | __M_Assert (const char *expr_str, bool expr, const char *file, int line, const char *msg) |
Implementation of the assert function for ITHACA-FV.
Definition in file ITHACAassert.H.
#define M_Assert | ( | Expr, | |
Msg ) __M_Assert(#Expr, Expr, __FILE__, __LINE__, Msg) |
Definition at line 46 of file ITHACAassert.H.
|
inline |
Definition at line 33 of file ITHACAassert.H.