Assertion Macros
Assertions
Feel defines a few macros to test pre and post conditions. To enable them all you define the preprocessing variable FEEL_CHECK_ALL
. This is done easily by configuring Feel with the flag --enable-debug
which will include the option -DFEEL_CHECK_ALL
- #FEEL_ASSERT
Feel C++ Compiler Hints
- INLINE
- FEEL_RESTRICT
Feel Attribute Macros
- FEEL_EXPORT and FEEL_NO_EXPORT
- FEEL_PACKED
- FEEL_DEPRECATED
- FEEL_ISLIKELY and FEEL_ISUNLIKELY
Macros
Feel C++ Compiler Hints
- INLINE
- FEEL_RESTRICT
Feel Attribute Macros
- FEEL_EXPORT and FEEL_NO_EXPORT
- FEEL_PACKED
- FEEL_DEPRECATED
- FEEL_ISLIKELY and FEEL_ISUNLIKELY