#include <test_fixtures.h>
Public Member Functions | |
void | execute (XmlRpcValue ¶ms, XmlRpcValue &result) |
Execute the method. Subclasses must provide a definition for this method. More... | |
void | execute (XmlRpcValue ¶ms, XmlRpcValue &result) |
Execute the method. Subclasses must provide a definition for this method. More... | |
void | execute (XmlRpc::XmlRpcValue ¶ms, XmlRpc::XmlRpcValue &result) |
Execute the method. Subclasses must provide a definition for this method. More... | |
void | execute (XmlRpcValue ¶ms, XmlRpcValue &result) |
Execute the method. Subclasses must provide a definition for this method. More... | |
Hello (XmlRpcServer *s) | |
Hello (XmlRpcServer *s) | |
Hello (XmlRpc::XmlRpcServer *s) | |
Hello (XmlRpcServer *s) | |
std::string | help () |
std::string | help () |
std::string | help () |
virtual | ~Hello () |
Public Member Functions inherited from XmlRpc::XmlRpcServerMethod | |
std::string & | name () |
Returns the name of the method. More... | |
XmlRpcServerMethod (std::string const &name, XmlRpcServer *server=0) | |
Constructor. More... | |
virtual | ~XmlRpcServerMethod () |
Destructor. More... | |
Public Attributes | |
boost::mutex | hello_mutex |
Additional Inherited Members | |
Protected Attributes inherited from XmlRpc::XmlRpcServerMethod | |
std::string | _name |
XmlRpcServer * | _server |
Definition at line 14 of file HelloServer.cpp.
|
inline |
Definition at line 17 of file HelloServer.cpp.
|
inline |
Definition at line 17 of file port_zero_server.cpp.
|
inline |
Definition at line 47 of file HelloTest.cpp.
|
inline |
Definition at line 34 of file test_fixtures.h.
|
inlinevirtual |
Definition at line 36 of file test_fixtures.h.
|
inlinevirtual |
Execute the method. Subclasses must provide a definition for this method.
Implements XmlRpc::XmlRpcServerMethod.
Definition at line 19 of file HelloServer.cpp.
|
inlinevirtual |
Execute the method. Subclasses must provide a definition for this method.
Implements XmlRpc::XmlRpcServerMethod.
Definition at line 19 of file port_zero_server.cpp.
|
virtual |
Execute the method. Subclasses must provide a definition for this method.
Implements XmlRpc::XmlRpcServerMethod.
|
inlinevirtual |
Execute the method. Subclasses must provide a definition for this method.
Implements XmlRpc::XmlRpcServerMethod.
Definition at line 49 of file HelloTest.cpp.
|
inlinevirtual |
Returns a help string for the method. Subclasses should define this method if introspection is being used.
Reimplemented from XmlRpc::XmlRpcServerMethod.
Definition at line 24 of file port_zero_server.cpp.
|
inlinevirtual |
Returns a help string for the method. Subclasses should define this method if introspection is being used.
Reimplemented from XmlRpc::XmlRpcServerMethod.
Definition at line 24 of file HelloServer.cpp.
|
inlinevirtual |
Returns a help string for the method. Subclasses should define this method if introspection is being used.
Reimplemented from XmlRpc::XmlRpcServerMethod.
Definition at line 55 of file HelloTest.cpp.
boost::mutex Hello::hello_mutex |
Definition at line 40 of file test_fixtures.h.