#include <stdlib.h>#include "xmlrpcpp/XmlRpcValue.h"#include "xmlrpcpp/XmlRpcUtil.h"#include <assert.h>#include <iostream>
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| void | testArray (XmlRpcValue const &d) |
| void | testBoolean () |
| void | testDateTime () |
| void | testDouble () |
| void | testInt () |
| testOversizeString () | |
| void | testString () |
| void | testStruct () |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 241 of file TestValues.cpp.
| void testArray | ( | XmlRpcValue const & | d | ) |
Definition at line 130 of file TestValues.cpp.
| void testBoolean | ( | ) |
Definition at line 16 of file TestValues.cpp.
| void testDateTime | ( | ) |
Definition at line 120 of file TestValues.cpp.
| void testDouble | ( | ) |
Definition at line 52 of file TestValues.cpp.
| void testInt | ( | ) |
Definition at line 36 of file TestValues.cpp.
| testOversizeString | ( | ) |
Definition at line 91 of file TestValues.cpp.
| void testString | ( | ) |
Definition at line 61 of file TestValues.cpp.
| void testStruct | ( | ) |
Definition at line 157 of file TestValues.cpp.