This file contains functions declarations and macros that should be implemented according to the needs of the host environment into which npmx is integrated.
More...
|
#define | NPMX_ASSERT(expression) |
| Macro for placing a runtime assertion.
|
|
#define | NPMX_STATIC_ASSERT(expression) |
| Macro for placing a compile time assertion.
|
|
This file contains functions declarations and macros that should be implemented according to the needs of the host environment into which npmx is integrated.
◆ NPMX_ASSERT
#define NPMX_ASSERT |
( |
| expression | ) |
|
Macro for placing a runtime assertion.
- Parameters
-
expression | Expression to be evaluated. |
◆ NPMX_STATIC_ASSERT
#define NPMX_STATIC_ASSERT |
( |
| expression | ) |
|
Macro for placing a compile time assertion.
- Parameters
-
expression | Expression to be evaluated. |