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 () |
void | testString () |
void | testStruct () |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 211 of file standalone-tests/TestValues.cpp.
void testArray | ( | XmlRpcValue const & | d | ) |
Definition at line 100 of file standalone-tests/TestValues.cpp.
void testBoolean | ( | ) |
Definition at line 15 of file standalone-tests/TestValues.cpp.
void testDateTime | ( | ) |
Definition at line 90 of file standalone-tests/TestValues.cpp.
void testDouble | ( | ) |
Definition at line 51 of file standalone-tests/TestValues.cpp.
void testInt | ( | ) |
Definition at line 35 of file standalone-tests/TestValues.cpp.
void testString | ( | ) |
Definition at line 60 of file standalone-tests/TestValues.cpp.
void testStruct | ( | ) |
Definition at line 127 of file standalone-tests/TestValues.cpp.