#include <error_info_impl.hpp>
Public Types | |
typedef T | value_type |
Public Member Functions | |
error_info (value_type const &value) | |
value_type const & | value () const |
~error_info () throw () | |
Private Member Functions | |
char const * | tag_typeid_name () const |
std::string | value_as_string () const |
Private Attributes | |
value_type const | value_ |
Definition at line 35 of file error_info_impl.hpp.
typedef T boost::error_info< Tag, T >::value_type |
Definition at line 41 of file error_info_impl.hpp.
boost::error_info< Tag, T >::error_info | ( | value_type const & | value | ) | [inline] |
boost::error_info< Tag, T >::~error_info | ( | ) | throw () [inline] |
char const * boost::error_info< Tag, T >::tag_typeid_name | ( | ) | const [inline, private, virtual] |
Implements boost::exception_detail::error_info_base.
value_type const& boost::error_info< Tag, T >::value | ( | ) | const [inline] |
Definition at line 47 of file error_info_impl.hpp.
std::string boost::error_info< Tag, T >::value_as_string | ( | ) | const [inline, private, virtual] |
Implements boost::exception_detail::error_info_base.
value_type const boost::error_info< Tag, T >::value_ [private] |
Definition at line 57 of file error_info_impl.hpp.