#include <exception.hpp>

Public Member Functions | |
| virtual clone_base const * | clone () const =0 |
| virtual void | rethrow () const =0 |
| virtual | ~clone_base () throw () |
Definition at line 325 of file exception.hpp.
| virtual boost::exception_detail::clone_base::~clone_base | ( | ) | throw () [inline, virtual] |
Definition at line 334 of file exception.hpp.
| virtual clone_base const* boost::exception_detail::clone_base::clone | ( | ) | const [pure virtual] |
Implemented in boost::exception_detail::clone_impl< T >.
| virtual void boost::exception_detail::clone_base::rethrow | ( | ) | const [pure virtual] |
Implemented in boost::exception_detail::clone_impl< T >.