#include <ulxmlrpcpp/ulxmlrpcpp.h>
Go to the source code of this file.
Namespaces | |
namespace | ulxr |
namespace | ulxr::hidden |
Classes | |
class | ulxr::hidden::MethodWrapperBase |
Internal helper class, not intended for public use. More... | |
class | ulxr::hidden::MethodWrapper< T > |
Internal helper class template, not intended for public use. More... | |
class | ulxr::MethodAdder |
Define interface for adding rpc method to a dispatcher. More... | |
union | ulxr::MethodAdder::MethodCall_t |
Typedefs | |
typedef MethodAdder::StaticMethodCall_t | ulxr::MethodAdder_StaticMethodCall_t |
Functions | |
template<class T> | |
hidden::MethodWrapperBase * | ulxr::make_method (T &w, typename hidden::MethodWrapper< T >::PMF pmf) |
Creates a wrapper object to a method of a worker class. | |
MethodAdder_StaticMethodCall_t | ulxr::make_method (MethodAdder_StaticMethodCall_t ptr) |
Specialisation of template to achive uniform look in responder creation. |