Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

error_handler::free_function Struct Reference

error_handler::free_function Struct Reference

Callback class for free handler functions. More...

#include <error_handler.h>

Inherits function< void, const etl::exception & >.

Public Types

typedef void object_type
 The type of object.
typedef const etl::exceptionparameter_type
 The type of parameter sent to the function.

Public Member Functions

virtual void operator() (const etl::exception &data)
 The function operator that calls the destination function.

Detailed Description

Callback class for free handler functions.

Definition at line 58 of file error_handler.h.


Member Typedef Documentation

typedef void object_type [inherited]

The type of object.

Definition at line 93 of file function.h.

typedef const etl::exception & parameter_type [inherited]

The type of parameter sent to the function.

Reimplemented from ifunction< const etl::exception & >.

Definition at line 94 of file function.h.


Member Function Documentation

virtual void operator() ( const etl::exception data ) [virtual, inherited]

The function operator that calls the destination function.

Parameters:
dataThe data to pass to the function.

Implements ifunction< const etl::exception & >.

Definition at line 111 of file function.h.