|
libtasks Documentation
1.6
|
#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 |
Definition at line 25 of file event_task.h.
|
inline |
Definition at line 26 of file event_task.h.
|
inline |
Definition at line 27 of file event_task.h.
|
inline |
Definition at line 29 of file event_task.h.
| 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.