This is Unofficial EPICS BASE Doxygen Site
throw_exception.hpp File Reference
+ Include dependency graph for throw_exception.hpp:
+ This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

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