#include <exception.hpp>
|
template<class Tag > |
const Tag::type * | get () const |
|
template<class Tag > |
void | set (typename Tag::type const &) |
|
Definition at line 219 of file exception.hpp.
◆ exception()
boost::exception::exception |
( |
| ) |
|
|
inlineprotected |
◆ ~exception()
boost::exception::~exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlineprotectedpure virtual |
◆ get()
template<class Tag >
const Tag::type* boost::exception::get |
( |
| ) |
const |
◆ set()
template<class Tag >
void boost::exception::set |
( |
typename Tag::type const & |
| ) |
|
◆ exception_detail::copy_boost_exception
◆ exception_detail::get_diagnostic_information
◆ exception_detail::get_info
◆ exception_detail::get_info< throw_file >
◆ exception_detail::get_info< throw_function >
◆ exception_detail::get_info< throw_line >
◆ exception_detail::set_info [1/4]
template<class E , class Tag , class T >
◆ exception_detail::set_info [2/4]
◆ exception_detail::set_info [3/4]
◆ exception_detail::set_info [4/4]
◆ exception_detail::set_info_rv
◆ exception_detail::set_info_rv< throw_file >
◆ exception_detail::set_info_rv< throw_function >
◆ exception_detail::set_info_rv< throw_line >
◆ data_
◆ throw_file_
const char* boost::exception::throw_file_ |
|
mutableprivate |
◆ throw_function_
const char* boost::exception::throw_function_ |
|
mutableprivate |
◆ throw_line_
int boost::exception::throw_line_ |
|
mutableprivate |
The documentation for this class was generated from the following file: