This is Unofficial EPICS BASE Doxygen Site
boost::exception_detail::clone_impl< T > Class Template Reference

#include "exception.hpp"

+ Inheritance diagram for boost::exception_detail::clone_impl< T >:
+ Collaboration diagram for boost::exception_detail::clone_impl< T >:

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 ()
 

Detailed Description

template<class T>
class boost::exception_detail::clone_impl< T >

Definition at line 430 of file exception.hpp.

Constructor & Destructor Documentation

template<class T >
boost::exception_detail::clone_impl< T >::clone_impl ( T const &  x)
inlineexplicit

Definition at line 445 of file exception.hpp.

445  :
446  T(x)
447  {
448  copy_boost_exception(this,&x);
449  }
void copy_boost_exception(exception *, exception const *)
Definition: exception.hpp:412
template<class T >
boost::exception_detail::clone_impl< T >::~clone_impl ( )
throw (
)
inline

Definition at line 451 of file exception.hpp.

452  {
453  }

The documentation for this class was generated from the following file: