libqi-api  release-2.5.3-2016-11-18
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros
assert.hpp File Reference
#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__) )
 

Macro Definition Documentation

#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.