|
libabigail
|
The template of a task to be performed. More...
#include <abg-workers.h>
Public Member Functions | |
| simple_task (Fn &&fn, Args... args) | |
| RetType | get_return_value () |
| virtual void | perform () |
The template of a task to be performed.
The function to be performed by the task, its return type and its list of parameters are parameters of the template.
| Fn | the function to be executed by the instantiation. |
| RetType | the return type of the function type Fn. |
| Args | the set of arugments of function Fn. |
Definition at line 69 of file abg-workers.h.
|
inline |
Definition at line 79 of file abg-workers.h.
|
inline |
Definition at line 85 of file abg-workers.h.
|
inlinevirtual |
Implements task.
Definition at line 91 of file abg-workers.h.