BOSS 7.0.2
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 void execute (XmlRpcValue &params, XmlRpcValue &result)=0
 Execute the method. Subclasses must provide a definition for this method.
 
virtual std::string help ()
 

Additional Inherited Members

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

Detailed Description

Definition at line 112 of file Validator.cpp.

Constructor & Destructor Documentation

◆ ManyTypesTest()

ManyTypesTest::ManyTypesTest ( XmlRpcServer s)
inline

Definition at line 115 of file Validator.cpp.

115: XmlRpcServerMethod("validator1.manyTypesTest", s) {}
XmlRpcServer s
Definition: Validator.cpp:9
Abstract class representing a single RPC method.

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 117 of file Validator.cpp.

118 {
119 std::cerr << "ManyTypesTest\n";
120 result = params;
121 }

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