#include <exception.hpp>

Classes | |
| struct | clone_tag |
Public Member Functions | |
| clone_impl (T const &x) | |
| ~clone_impl () throw () | |
Public Member Functions inherited from boost::exception_detail::clone_base | |
| virtual | ~clone_base () throw () |
Private Member Functions | |
| const clone_base * | clone () const |
| clone_impl (clone_impl const &x, clone_tag) | |
| void | rethrow () const |
Definition at line 458 of file exception.hpp.
|
inlineprivate |
Definition at line 464 of file exception.hpp.
|
inlineexplicit |
Definition at line 473 of file exception.hpp.
|
inline | |||||||||||||
Definition at line 479 of file exception.hpp.
|
inlineprivatevirtual |
Implements boost::exception_detail::clone_base.
Definition at line 486 of file exception.hpp.
|
inlineprivatevirtual |
Implements boost::exception_detail::clone_base.
Definition at line 492 of file exception.hpp.