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


Public Types | |
| typedef void(T_obj::* | methodptr_t )(void) |
Public Methods | |
| s3_rpc_caller_m_v_v (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 no arguments, i.e.
void T_obj::method().
Definition at line 146 of file s3_rpc.h.
|
|||||
|
|
|
||||||||||
|
Definition at line 47 of file s3_rpc.tcc. |
|
||||||||||||||||
|
Invoke the bound method of the
Implements s3_rpc_caller_m. Definition at line 55 of file s3_rpc.tcc. References s3_rpc_caller_m::err_invalid_args, method, and S3FC_DBG. |
|
|||||||||
|
Return the number of parameters that the method that is invoked by call requires.
Implements s3_rpc_caller_m. Definition at line 82 of file s3_rpc.tcc. |
|
|||||
|
Definition at line 153 of file s3_rpc.h. Referenced by call. |
| Send comments to: s3fc@stonethree.com |
|