Embedded Template Library  1.0
 All Classes Files Functions Variables Typedefs Friends Modules Pages
etl::error_handler::free_function Struct Reference

Callback class for free handler functions. More...

#include <error_handler.h>

Public Member Functions

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

Additional Inherited Members

- Public Types inherited from etl::function< void, const exception & >
typedef void 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

Callback class for free handler functions.


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