
Go to the source code of this file.
Defines | |
| #define | ASSERTION |
| #define | ASSERT(cond) grASSERT((cond),__FILE__,__LINE__,(#cond)) |
Functions | |
| void | grASSERT (const bool, const char *, const int, const char *) |
| #define ASSERT | ( | cond | ) | grASSERT((cond),__FILE__,__LINE__,(#cond)) |
| void grASSERT | ( | const | bool, | |
| const char * | , | |||
| const | int, | |||
| const char * | ||||
| ) |
Definition at line 6 of file assert.cpp.
1.5.8