Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::translate_exception< Exception, ExceptionTranslator > Class Template Reference

#include <execution_monitor.hpp>

Inheritance diagram for boost::detail::translate_exception< Exception, ExceptionTranslator >:
Collaboration diagram for boost::detail::translate_exception< Exception, ExceptionTranslator >:

Public Member Functions

 translate_exception (ExceptionTranslator const &tr, base_ptr &next)
 
int operator() (unit_test::callback0< int > const &F)
 

Protected Attributes

boost::scoped_ptr
< translate_exception_base
m_next
 

Constructor & Destructor Documentation

template<typename Exception , typename ExceptionTranslator >
boost::detail::translate_exception< Exception, ExceptionTranslator >::translate_exception ( ExceptionTranslator const tr,
base_ptr next 
)
inlineexplicit

Member Function Documentation

template<typename Exception , typename ExceptionTranslator >
int boost::detail::translate_exception< Exception, ExceptionTranslator >::operator() ( unit_test::callback0< int > const F)
inlinevirtual

Member Data Documentation

boost::scoped_ptr<translate_exception_base> boost::detail::translate_exception_base::m_next
protectedinherited

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