Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
errors.hpp File Reference
#include <boost/python/detail/prefix.hpp>
#include <boost/function/function0.hpp>
Include dependency graph for errors.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::python::error_already_set
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::python
 
 boost::python::detail
 

Functions

BOOST_PYTHON_DECL bool boost::python::handle_exception_impl (function0< void >)
 
template<class T >
bool boost::python::handle_exception (T f)
 
void boost::python::detail::rethrow ()
 
void boost::python::handle_exception ()
 
BOOST_PYTHON_DECL void boost::python::throw_error_already_set ()
 
template<class T >
Tboost::python::expect_non_null (T *x)
 
BOOST_PYTHON_DECL PyObject * boost::python::pytype_check (PyTypeObject *pytype, PyObject *source)