Embedded Template Library  1.0
 All Classes Files Functions Variables Typedefs Friends Modules Pages
etl::error_handler::member_function< TObject > Struct Template Reference

Callback class for member handler functions. More...

#include <error_handler.h>

Public Member Functions

 member_function (TObject &object, void(TObject::*p_function)(const exception &))
 
- Public Member Functions inherited from etl::function< TObject, const exception & >
 function (TObject &object, void(TObject::*p_function)(const exception &))
 
virtual void operator() (const exception &data)
 

Additional Inherited Members

- Public Types inherited from etl::function< TObject, const exception & >
typedef TObject object_type
 The type of object.
 
typedef const exceptionparameter_type
 The type of parameter sent to the function.
 
- Public Types inherited from etl::ifunction< const exception & >
typedef const exceptionparameter_type
 The type of parameter sent to the function.
 

Detailed Description

template<typename TObject>
struct etl::error_handler::member_function< TObject >

Callback class for member handler functions.


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