#include <execution_monitor.hpp>


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 |
|
inlineexplicit |
References boost::scoped_ptr< T >::swap().
|
inlinevirtual |
|
pure virtual |
|
protected |