Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

NestedStructTest Class Reference

Inheritance diagram for NestedStructTest:

XmlRpc::XmlRpcServerMethod List of all members.

Public Member Functions

void execute (XmlRpcValue &params, XmlRpcValue &result)
 Execute the method. Subclasses must provide a definition for this method.
virtual std::string help ()
std::string & name ()
 Returns the name of the method.
 NestedStructTest (XmlRpcServer *s)

Protected Attributes

std::string _name
XmlRpcServer * _server

Constructor & Destructor Documentation

NestedStructTest::NestedStructTest XmlRpcServer s  )  [inline]
 

00156 : XmlRpcServerMethod("validator1.nestedStructTest", s) {}


Member Function Documentation

void NestedStructTest::execute XmlRpcValue params,
XmlRpcValue result
[inline, virtual]
 

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

Implements XmlRpc::XmlRpcServerMethod.

00159   {
00160     std::cerr << "NestedStructTest\n";
00161     XmlRpcValue& dayStruct = params[0]["2000"]["04"]["01"];
00162     int sum = int(dayStruct["moe"]) + int(dayStruct["larry"]) + int(dayStruct["curly"]);
00163     result = sum;
00164   }

virtual std::string XmlRpc::XmlRpcServerMethod::help  )  [inline, virtual, inherited]
 

Returns a help string for the method. Subclasses should define this method if introspection is being used.

Reimplemented in ListMethods, MethodHelp, and Hello.

00039 { return std::string(); }

std::string& XmlRpc::XmlRpcServerMethod::name void   )  [inline, inherited]
 

Returns the name of the method.

00032 { return _name; }


Member Data Documentation

std::string XmlRpc::XmlRpcServerMethod::_name [protected, inherited]
 

XmlRpcServer* XmlRpc::XmlRpcServerMethod::_server [protected, inherited]
 


The documentation for this class was generated from the following file:
Generated on Wed Feb 2 16:37:38 2011 for BOSS6.5.5 by  doxygen 1.3.9.1