|
#define | GOOSEEPM_ASSERT(expr, assertion) |
| All assertions are implementation as::
|
|
#define | GOOSEEPM_REQUIRE(expr, assertion) GOOSEEPM_ASSERT_IMPL(expr, assertion, __FILE__, __LINE__, __FUNCTION__) |
| Assertion that cannot be switched off.
|
|
#define | GOOSEEPM_WIP_ASSERT(expr, assertion) GOOSEEPM_ASSERT_IMPL(expr, assertion, __FILE__, __LINE__, __FUNCTION__) |
| Assertion that concerns temporary implementation limitations.
|
|
#define | GOOSEEPM_WARNING(message) GOOSEEPM_WARNING_IMPL(message, __FILE__, __LINE__, __FUNCTION__) |
| All warnings are implemented as::
|
|
#define | GOOSEEPM_WARNING_PYTHON(message) |
| All warnings specific to the Python API are implemented as::
|
|
- Copyright
- Copyright 2022. Marko Popovic, Tom de Geus. All rights reserved.
- License: This project is released under the GNU Public License (MIT).
Definition in file config.h.