Command
0.3
|
#include <callable.h>
Public Member Functions | |
Callable (std::function< void(void)> function) | |
Protected Member Functions | |
void | call () |
Protected Attributes | |
std::function< void(void)> | func |
Template specialization of Callable behaviour class. Allows passing functions with void argument
|
inline |
Default constructor.
function | Function that will be invoked |
|
inlineprotected |
Executes command
|
protected |
Function handling user Arguments