Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
d
f
g
i
m
n
p
r
s
t
v
x
Functions
Variables
Enumerations
Enumerator
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
~
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
~
+
Variables
_
a
b
c
d
e
f
h
i
l
m
p
r
s
Typedefs
Enumerations
Enumerator
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
x
+
Functions
_
a
b
c
e
h
i
l
m
n
o
p
s
t
+
Variables
a
b
c
d
e
f
g
h
l
n
p
r
s
x
Enumerations
Enumerator
Macros
src
XmlRpcServerMethod.cpp
Go to the documentation of this file.
1
2
#include "
xmlrpcpp/XmlRpcServerMethod.h
"
3
#include "
xmlrpcpp/XmlRpcServer.h
"
4
5
namespace
XmlRpc
{
6
7
8
XmlRpcServerMethod::XmlRpcServerMethod
(std::string
const
& name,
XmlRpcServer
* server)
9
{
10
_name
=
name
;
11
_server
= server;
12
if
(
_server
)
_server
->
addMethod
(
this
);
13
}
14
15
XmlRpcServerMethod::~XmlRpcServerMethod
()
16
{
17
if
(
_server
)
_server
->
removeMethod
(
this
);
18
}
19
20
21
}
// namespace XmlRpc
XmlRpc
Definition:
XmlRpcClient.h:20
XmlRpcServer.h
XmlRpc::XmlRpcServer::addMethod
void addMethod(XmlRpcServerMethod *method)
Add a command to the RPC server.
Definition:
XmlRpcServer.cpp:69
XmlRpc::XmlRpcServer::removeMethod
void removeMethod(XmlRpcServerMethod *method)
Remove a command from the RPC server.
Definition:
XmlRpcServer.cpp:76
XmlRpc::XmlRpcServerMethod::_server
XmlRpcServer * _server
Definition:
XmlRpcServerMethod.h:45
XmlRpcServerMethod.h
XmlRpc::XmlRpcServer
A class to handle XML RPC requests.
Definition:
XmlRpcServer.h:41
XmlRpc::XmlRpcServerMethod::~XmlRpcServerMethod
virtual ~XmlRpcServerMethod()
Destructor.
Definition:
XmlRpcServerMethod.cpp:15
XmlRpc::XmlRpcServerMethod::XmlRpcServerMethod
XmlRpcServerMethod(std::string const &name, XmlRpcServer *server=0)
Constructor.
Definition:
XmlRpcServerMethod.cpp:8
XmlRpc::XmlRpcServerMethod::_name
std::string _name
Definition:
XmlRpcServerMethod.h:44
XmlRpc::XmlRpcServerMethod::name
std::string & name()
Returns the name of the method.
Definition:
XmlRpcServerMethod.h:34
xmlrpcpp
Author(s): Chris Morley, Konstantin Pilipchuk, Morgan Quigley, Austin Hendrix, Dirk Thomas
autogenerated on Mon Feb 28 2022 23:33:22