#include <error_info_impl.hpp>
Public Member Functions | |
virtual char const * | tag_typeid_name () const =0 |
virtual std::string | value_as_string () const =0 |
Protected Member Functions | |
virtual | ~error_info_base () throw () |
Definition at line 17 of file error_info_impl.hpp.
virtual boost::exception_detail::error_info_base::~error_info_base | ( | ) | throw () [inline, protected, virtual] |
Definition at line 28 of file error_info_impl.hpp.
virtual char const* boost::exception_detail::error_info_base::tag_typeid_name | ( | ) | const [pure virtual] |
Implemented in boost::error_info< Tag, T >.
virtual std::string boost::exception_detail::error_info_base::value_as_string | ( | ) | const [pure virtual] |
Implemented in boost::error_info< Tag, T >.