ifw
0.0.1-dev
|
Go to the source code of this file.
Macros | |
#define | SCXML4CPP_ASSERT(a) scxml4cpp_assert(a, __FILE__, __FUNCTION__, __LINE__) |
#define | SCXML4CPP_ASSERTPTR(a) scxml4cpp_assert(a != NULL, __FILE__, __FUNCTION__, __LINE__) |
#define | SCXML4CPP_ASSERTNEVER() scxml4cpp_assert(false, __FILE__, __FUNCTION__, __LINE__) |
Functions | |
void | scxml4cpp_assert (bool condition, const char *fileName, const char *functionName, int lineNumber) |
#define SCXML4CPP_ASSERT | ( | a | ) | scxml4cpp_assert(a, __FILE__, __FUNCTION__, __LINE__) |
#define SCXML4CPP_ASSERTNEVER | ( | ) | scxml4cpp_assert(false, __FILE__, __FUNCTION__, __LINE__) |
#define SCXML4CPP_ASSERTPTR | ( | a | ) | scxml4cpp_assert(a != NULL, __FILE__, __FUNCTION__, __LINE__) |