Command
0.3
|
#include <callable.h>
Public Member Functions | |
Callable (std::function< void(ParameterType)> function) | |
Protected Member Functions | |
void | call (ParameterType value) |
Protected Attributes | |
std::function< void(ParameterType)> | func |
Callable behaviour class.
|
inline |
Default constructor.
function | Function that will be invoked |
|
inlineprotected |
Executes command binded with argument
value | Value passed to program argument |
|
protected |
Function handling user Arguments