![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include <boost/exception/detail/attribute_noreturn.hpp>
#include <boost/detail/workaround.hpp>
#include <boost/config.hpp>
#include <exception>
#include <boost/exception/exception.hpp>
#include <boost/current_function.hpp>
Go to the source code of this file.
Namespaces | |
boost | |
boost::exception_detail | |
Macros | |
#define | BOOST_THROW_EXCEPTION(x) ::boost::exception_detail::throw_exception_(x,BOOST_CURRENT_FUNCTION,__FILE__,__LINE__) |
Functions | |
void | boost::throw_exception_assert_compatibility (std::exception const &) |
template<class E > | |
BOOST_ATTRIBUTE_NORETURN void | boost::throw_exception (E const &e) |
template<class E > | |
BOOST_ATTRIBUTE_NORETURN void | boost::exception_detail::throw_exception_ (E const &x, char const *current_function, char const *file, int line) |
#define BOOST_THROW_EXCEPTION | ( | x | ) | ::boost::exception_detail::throw_exception_(x,BOOST_CURRENT_FUNCTION,__FILE__,__LINE__) |
Definition at line 45 of file throw_exception.hpp.