#include <boost/exception/exception.hpp>
#include <boost/exception/to_string_stub.hpp>
#include <boost/exception/detail/error_info_impl.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/config.hpp>
#include <map>
Classes | |
class | boost::exception_detail::error_info_container_impl |
struct | boost::exception_detail::derives_boost_exception< T > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::exception_detail | |
Functions | |
template<class Tag , class T > | |
std::string | boost::error_info_name (error_info< Tag, T > const &x) |
template<class Tag , class T > | |
std::string | boost::to_string (error_info< Tag, T > const &x) |
template<class E , class Tag , class T > | |
E const & | boost::exception_detail::set_info (E const &, error_info< Tag, T > const &) |
template<class E , class Tag , class T > | |
enable_if < exception_detail::derives_boost_exception < E >, E const & >::type | boost::operator<< (E const &x, error_info< Tag, T > const &v) |