Namespaces | Defines | Functions
throw_exception.hpp File Reference
#include <boost/config.hpp>
#include <boost/detail/workaround.hpp>
#include <exception>
#include <boost/exception/exception.hpp>
#include <boost/current_function.hpp>
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

namespace  boost

Defines

#define BOOST_THROW_EXCEPTION(x)

Functions

template<class E >
void boost::throw_exception (E const &e)
void boost::throw_exception_assert_compatibility (std::exception const &)

Define Documentation

#define BOOST_THROW_EXCEPTION (   x)
Value:
::boost::throw_exception(::boost::enable_error_info(x) <<\
    ::boost::throw_function(BOOST_CURRENT_FUNCTION) <<\
    ::boost::throw_file(__FILE__) <<\
    ::boost::throw_line((int)__LINE__))

Definition at line 38 of file throw_exception.hpp.



appl
Author(s): petercai
autogenerated on Tue Jan 7 2014 11:02:30