|
rad
2.0.0
|
Assert header file. More...
Go to the source code of this file.
Namespaces | |
| rad | |
Macros | |
| #define | RAD_ASSERT(a) rad::Assert(a, __FILE__, __FUNCTION__, __LINE__) |
| #define | RAD_ASSERTPTR(a) rad::Assert(a != nullptr, __FILE__, __FUNCTION__, __LINE__) |
| #define | RAD_ASSERTNEVER() rad::Assert(false, __FILE__, __FUNCTION__, __LINE__) |
Functions | |
| void | rad::Assert (bool condition, const char *filename, const char *functionname, int linenumber) |
Assert header file.
| #define RAD_ASSERT | ( | a | ) | rad::Assert(a, __FILE__, __FUNCTION__, __LINE__) |
| #define RAD_ASSERTNEVER | ( | ) | rad::Assert(false, __FILE__, __FUNCTION__, __LINE__) |
| #define RAD_ASSERTPTR | ( | a | ) | rad::Assert(a != nullptr, __FILE__, __FUNCTION__, __LINE__) |
1.8.5