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_base Class Referenceabstract

#include <execution_monitor.hpp>

Inheritance diagram for boost::detail::translate_exception_base:
Collaboration diagram for boost::detail::translate_exception_base:

Public Member Functions

 translate_exception_base (boost::scoped_ptr< translate_exception_base > &next)
 
virtual ~translate_exception_base ()
 
virtual int operator() (unit_test::callback0< int > const &F)=0
 

Protected Attributes

boost::scoped_ptr
< translate_exception_base
m_next
 

Constructor & Destructor Documentation

boost::detail::translate_exception_base::translate_exception_base ( boost::scoped_ptr< translate_exception_base > &  next)
inlineexplicit
virtual boost::detail::translate_exception_base::~translate_exception_base ( )
inlinevirtual

Member Function Documentation

virtual int boost::detail::translate_exception_base::operator() ( unit_test::callback0< int > const F)
pure virtual

Member Data Documentation


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