#include <boost/shared_ptr.hpp>
#include <sstream>
#include <hpp/fcl/config.hh>
Go to the source code of this file.
◆ HPP_FCL_PRETTY_FUNCTION
#define HPP_FCL_PRETTY_FUNCTION __PRETTY_FUNCTION__ |
◆ HPP_FCL_THROW_PRETTY
#define HPP_FCL_THROW_PRETTY |
( |
|
message, |
|
|
|
exception |
|
) |
| |
Value:{ \
std::stringstream ss; \
ss << "From file: " << __FILE__ << "\n"; \
ss << "at line: " << __LINE__ << "\n"; \
ss << "message: " << message << "\n"; \
throw exception(ss.str()); \
}
#define HPP_FCL_PRETTY_FUNCTION
Definition: fwd.hh:48
◆ HPP_FCL_UNUSED_VARIABLE
#define HPP_FCL_UNUSED_VARIABLE |
( |
|
var | ) |
(void)(var) |