|
Blender
V2.93
|
Go to the source code of this file.
Macros | |
| #define | CHECK_XR(call, error_msg) |
| #define | CHECK_XR_ASSERT(call) |
| #define CHECK_XR | ( | call, | |
| error_msg | |||
| ) |
Definition at line 28 of file GHOST_Xr_intern.h.
| #define CHECK_XR_ASSERT | ( | call | ) |
Variation of CHECK_XR() that doesn't throw, but asserts for success. Especially useful for destructors, which shouldn't throw.
Definition at line 41 of file GHOST_Xr_intern.h.