libtasks Documentation  1.6
tasks::event_task::error_func_t Struct Reference

#include <event_task.h>

Public Member Functions

 error_func_t (error_func_worker_t f)
 
 error_func_t (error_func_void_t f)
 
void operator() (worker *worker, const tasks_exception &e)
 

Public Attributes

int m_type = 0
 
error_func_worker_t m_f_worker
 
error_func_void_t m_f_void
 

Detailed Description

Definition at line 25 of file event_task.h.

Constructor & Destructor Documentation

tasks::event_task::error_func_t::error_func_t ( error_func_worker_t  f)
inline

Definition at line 26 of file event_task.h.

tasks::event_task::error_func_t::error_func_t ( error_func_void_t  f)
inline

Definition at line 27 of file event_task.h.

Member Function Documentation

void tasks::event_task::error_func_t::operator() ( worker worker,
const tasks_exception e 
)
inline

Definition at line 29 of file event_task.h.

Member Data Documentation

error_func_void_t tasks::event_task::error_func_t::m_f_void

Definition at line 42 of file event_task.h.

error_func_worker_t tasks::event_task::error_func_t::m_f_worker

Definition at line 41 of file event_task.h.

int tasks::event_task::error_func_t::m_type = 0

Definition at line 40 of file event_task.h.


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