|
libqi-api
release-2.5.3-2016-11-18
|
#include <boost/predef/compiler.h>#include <cassert>Go to the source code of this file.
Macros | |
| #define | _QI_ASSERT_HPP_ |
| #define | QI_ASSERT(expr__) assert( expr__ ) |
| #define | QI_ASSERT_TRUE(expr__) QI_ASSERT( expr__ ) |
| #define | QI_ASSERT_FALSE(expr__) QI_ASSERT( !(expr__) ) |
| #define _QI_ASSERT_HPP_ |
Definition at line 8 of file assert.hpp.
| #define QI_ASSERT | ( | expr__ | ) | assert( expr__ ) |
Definition at line 27 of file assert.hpp.
| #define QI_ASSERT_FALSE | ( | expr__ | ) | QI_ASSERT( !(expr__) ) |
Definition at line 32 of file assert.hpp.
| #define QI_ASSERT_TRUE | ( | expr__ | ) | QI_ASSERT( expr__ ) |
Definition at line 31 of file assert.hpp.