Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::aux::eh_cons< ExceptionT, BaseT > Class Template Reference

A cons-list element of the exception handler class hierarchy. More...

#include <exception_handler.hpp>

Inheritance diagram for boost::aux::eh_cons< ExceptionT, BaseT >:
Collaboration diagram for boost::aux::eh_cons< ExceptionT, BaseT >:

Public Types

typedef base_type::handler_type handler_type
 The exception handler type. More...
 

Public Member Functions

 eh_cons (handler_type const &handler)
 Initializing constructor. More...
 
void operator() () const
 Exception launcher. More...
 

Detailed Description

template<typename ExceptionT, typename BaseT>
class boost::aux::eh_cons< ExceptionT, BaseT >

A cons-list element of the exception handler class hierarchy.

Member Typedef Documentation

template<typename ExceptionT , typename BaseT >
typedef base_type::handler_type boost::aux::eh_cons< ExceptionT, BaseT >::handler_type

The exception handler type.

Constructor & Destructor Documentation

template<typename ExceptionT , typename BaseT >
boost::aux::eh_cons< ExceptionT, BaseT >::eh_cons ( handler_type const &  handler)
inlineexplicit

Initializing constructor.

Member Function Documentation

template<typename ExceptionT , typename BaseT >
void boost::aux::eh_cons< ExceptionT, BaseT >::operator() ( ) const
inline

Exception launcher.

References operator()().


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