This is Unofficial EPICS BASE Doxygen Site
boost::exception_detail::error_info_injector< T > Struct Template Reference

#include "exception.hpp"

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

Public Member Functions

 error_info_injector (T const &x)
 
 ~error_info_injector () throw ()
 

Additional Inherited Members

- Protected Member Functions inherited from boost::exception
 exception ()
 
virtual ~exception ()=0 throw ()
 

Detailed Description

template<class T>
struct boost::exception_detail::error_info_injector< T >

Definition at line 319 of file exception.hpp.

Constructor & Destructor Documentation

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

Definition at line 325 of file exception.hpp.

325  :
326  T(x)
327  {
328  }
template<class T >
boost::exception_detail::error_info_injector< T >::~error_info_injector ( )
throw (
)
inline

Definition at line 330 of file exception.hpp.

331  {
332  }

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