All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Macros
Assert.hh File Reference
#include <boost/assert.hpp>
Include dependency graph for Assert.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define GZ_ASSERT(_expr, _msg)   BOOST_ASSERT_MSG(_expr, _msg)
 This macro define the standard way of launching an exception inside gazebo. More...
 

Macro Definition Documentation

#define GZ_ASSERT (   _expr,
  _msg 
)    BOOST_ASSERT_MSG(_expr, _msg)

This macro define the standard way of launching an exception inside gazebo.

Referenced by gazebo::transport::TopicManager::Advertise().