| S3FC project page | S3FC home page |
s3_rpc_caller_m that invokes a non-const method returning void and taking two arguments, i.e.
More...
#include <s3_rpc.h>
Inheritance diagram for s3_rpc_caller_m_v_t2:


Public Types | |
| typedef void(T_obj::* | methodptr_t )(const T_arg1 &, const T_arg2 &) |
Public Methods | |
| s3_rpc_caller_m_v_t2 (methodptr_t n_method) | |
| virtual void | call (T_obj *obj, const std::vector< std::string > &args) |
Invoke the bound method of the T_obj instance obj. More... | |
| virtual unsigned int | get_num_params () |
| Return the number of parameters that the method that is invoked by call requires. More... | |
Protected Attributes | |
| methodptr_t | method |
s3_rpc_caller_m that invokes a non-const method returning void and taking two arguments, i.e.
void T_obj::method(const T_arg1&, const T_arg2&).
Definition at line 193 of file s3_rpc.h.
|
|||||
|
|
|
||||||||||
|
Definition at line 119 of file s3_rpc.tcc. |
|
||||||||||||||||
|
Invoke the bound method of the
Implements s3_rpc_caller_m. Definition at line 127 of file s3_rpc.tcc. References s3_rpc_caller_m::err_invalid_args, and method. |
|
|||||||||
|
Return the number of parameters that the method that is invoked by call requires.
Implements s3_rpc_caller_m. Definition at line 143 of file s3_rpc.tcc. |
|
|||||
|
Definition at line 200 of file s3_rpc.h. Referenced by call. |
| Send comments to: s3fc@stonethree.com |
|