#include <method_call.h>
Public Member Functions | |
MethodCall (const std::string &method_name, std::unique_ptr< T > arguments) | |
virtual | ~MethodCall ()=default |
MethodCall (MethodCall< T > const &)=delete | |
MethodCall & | operator= (MethodCall< T > const &)=delete |
const std::string & | method_name () const |
const T * | arguments () const |
Definition at line 18 of file method_call.h.
|
inline |
Definition at line 21 of file method_call.h.
|
virtualdefault |
|
delete |
|
inline |
Definition at line 34 of file method_call.h.
|
inline |
Definition at line 31 of file method_call.h.
|
delete |