libiqxmlrpc  0.12.4
 All Classes Namespaces Files Functions Typedefs Enumerations
Public Member Functions | List of all members
iqxmlrpc::Method_function_adapter Class Reference

#include <method.h>

Inheritance diagram for iqxmlrpc::Method_function_adapter:
iqxmlrpc::Method

Public Member Functions

 Method_function_adapter (Method_function f)
 
- Public Member Functions inherited from iqxmlrpc::Method
void process_execution (Interceptor *, const Param_list &params, Value &response)
 
const std::string & name () const
 
const iqnet::Inet_addrpeer_addr () const
 
Server_feedbackserver ()
 
bool authenticated () const
 
const std::string & authname () const
 
void authname (const std::string &n)
 

Detailed Description

Adapter that allows make server method from plain function.

See Also
Method_function

The documentation for this class was generated from the following file: