Go to the source code of this file.
Classes | |
class | ArrayOfStructsTest |
class | CountTheEntities |
class | EasyStructTest |
class | EchoStructTest |
class | ManyTypesTest |
class | ModerateSizeArrayCheck |
class | NestedStructTest |
class | SimpleStructReturnTest |
Functions | |
ArrayOfStructsTest (XmlRpcServer *s) | |
CountTheEntities (XmlRpcServer *s) | |
EasyStructTest (XmlRpcServer *s) | |
EchoStructTest (XmlRpcServer *s) | |
void | execute (XmlRpcValue ¶ms, XmlRpcValue &result) |
int | main (int argc, char *argv[]) |
ManyTypesTest (XmlRpcServer *s) | |
ModerateSizeArrayCheck (XmlRpcServer *s) | |
NestedStructTest (XmlRpcServer *s) | |
SimpleStructReturnTest (XmlRpcServer *s) | |
Variables | |
XmlRpcServer | s |
Definition at line 32 of file Validator.cpp.
s::CountTheEntities | ( | XmlRpcServer * | s | ) |
Definition at line 73 of file Validator.cpp.
s::EasyStructTest | ( | XmlRpcServer * | s | ) |
Definition at line 93 of file Validator.cpp.
s::EchoStructTest | ( | XmlRpcServer * | s | ) |
Definition at line 108 of file Validator.cpp.
void s::execute | ( | XmlRpcValue & | params, |
XmlRpcValue & | result | ||
) |
Definition at line 34 of file Validator.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 189 of file Validator.cpp.
s::ManyTypesTest | ( | XmlRpcServer * | s | ) |
Definition at line 124 of file Validator.cpp.
Definition at line 145 of file Validator.cpp.
s::NestedStructTest | ( | XmlRpcServer * | s | ) |
Definition at line 167 of file Validator.cpp.
Definition at line 187 of file Validator.cpp.
SimpleStructReturnTest XmlRpcServerMethod simpleStructReturnTest& s |
Definition at line 9 of file Validator.cpp.