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


Public Types | |
| typedef void(T_obj::* | methodptr_t )(const T_arg1 &) | 
Public Methods | |
| s3_rpc_caller_m_v_t1 (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 one argument, i.e.
void T_obj::method(const T_arg1&). 
Definition at line 169 of file s3_rpc.h.
      
  | 
  |||||
| 
 
  | 
  
      
  | 
  ||||||||||
| 
 
 Definition at line 89 of file s3_rpc.tcc.  | 
  
      
  | 
  ||||||||||||||||
| 
 
Invoke the bound method of the  
 Implements s3_rpc_caller_m. Definition at line 97 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 112 of file s3_rpc.tcc.  | 
  
      
  | 
  |||||
| 
 
 Definition at line 176 of file s3_rpc.h. Referenced by call.  | 
  
| Send comments to: s3fc@stonethree.com | 
       
       |