Robobo
|
Inherits MethodRequestBase.
Public Member Functions | |
MethodRequest (AO &o, void(AO::*method)(Args...), Args...x) | |
void | execute () |
template<int... S> | |
void | callFunc (seq< S... >) |
Public Attributes | |
std::tuple< Args... > | params |
void(AO::* | method_to_call )(Args...) |
AO & | object |
Public Attributes inherited from MethodRequestBase | |
bool | persistent |