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

Classes

struct  boost::exception_detail::to_string_dispatcher< ToStringAvailable >
 
struct  boost::exception_detail::to_string_dispatcher< false >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::exception_detail
 
 boost::exception_detail::to_string_dispatch
 

Functions

template<class T , class Stub >
std::string boost::exception_detail::to_string_dispatch::dispatch (T const &x, Stub s)
 
template<class T >
std::string boost::exception_detail::string_stub_dump (T const &x)
 
template<class T >
std::string boost::to_string_stub (T const &x)
 
template<class T , class Stub >
std::string boost::to_string_stub (T const &x, Stub s)
 
template<class T , class U , class Stub >
std::string boost::to_string_stub (std::pair< T, U > const &x, Stub s)