#include <exception.hpp>
Public Member Functions | |
clone_impl (T const &x) | |
~clone_impl () throw () | |
Private Member Functions | |
clone_base const * | clone () const |
void | rethrow () const |
Definition at line 353 of file exception.hpp.
boost::exception_detail::clone_impl< T >::clone_impl | ( | T const & | x | ) | [inline, explicit] |
Definition at line 361 of file exception.hpp.
boost::exception_detail::clone_impl< T >::~clone_impl | ( | ) | throw () [inline] |
Definition at line 367 of file exception.hpp.
clone_base const* boost::exception_detail::clone_impl< T >::clone | ( | ) | const [inline, private, virtual] |
Implements boost::exception_detail::clone_base.
Definition at line 374 of file exception.hpp.
void boost::exception_detail::clone_impl< T >::rethrow | ( | ) | const [inline, private, virtual] |
Implements boost::exception_detail::clone_base.
Definition at line 380 of file exception.hpp.