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

Abstract factory for Method. More...

#include <method.h>

Inheritance diagram for iqxmlrpc::Method_factory_base:
iqxmlrpc::Method_factory< T > iqxmlrpc::Method_factory< Method_function_adapter >

Public Member Functions

virtual Methodcreate ()=0
 

Detailed Description

Abstract factory for Method.

Method_dispatcher uses it to create Method object on demand. Inherit it to create your specific factory.

See Also
Method_factory

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