BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
ManyTypesTest Class Reference
Inheritance diagram for ManyTypesTest:

Public Member Functions

 ManyTypesTest (XmlRpcServer *s)
void execute (XmlRpcValue &params, XmlRpcValue &result)
 Execute the method. Subclasses must provide a definition for this method.
Public Member Functions inherited from XmlRpc::XmlRpcServerMethod
 XmlRpcServerMethod (std::string const &name, XmlRpcServer *server=0)
 Constructor.
virtual ~XmlRpcServerMethod ()
 Destructor.
std::string & name ()
 Returns the name of the method.
virtual std::string help ()

Additional Inherited Members

Protected Attributes inherited from XmlRpc::XmlRpcServerMethod
std::string _name
XmlRpcServer_server

Detailed Description

Definition at line 96 of file Validator.cpp.

Constructor & Destructor Documentation

◆ ManyTypesTest()

ManyTypesTest::ManyTypesTest ( XmlRpcServer * s)
inline

Definition at line 98 of file Validator.cpp.

98: XmlRpcServerMethod( "validator1.manyTypesTest", s ) {}
XmlRpcServer s
Definition Validator.cpp:8
XmlRpcServerMethod(std::string const &name, XmlRpcServer *server=0)
Constructor.

Member Function Documentation

◆ execute()

void ManyTypesTest::execute ( XmlRpcValue & params,
XmlRpcValue & result )
inlinevirtual

Execute the method. Subclasses must provide a definition for this method.

Implements XmlRpc::XmlRpcServerMethod.

Definition at line 100 of file Validator.cpp.

100 {
101 std::cerr << "ManyTypesTest\n";
102 result = params;
103 }

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