CGEM BOSS 6.6.5.f
BESIII Offline Software System
|
#include <stdlib.h>
#include <crtdbg.h>
#include "XmlRpcValue.h"
#include <assert.h>
#include <iostream>
Go to the source code of this file.
Macros | |
#define | _CRTDBG_MAP_ALLOC |
Functions | |
void | testBoolean () |
void | testInt () |
void | testDouble () |
void | testString () |
void | testDateTime () |
void | testArray (XmlRpcValue const &d) |
void | testStruct () |
int | main (int argc, char *argv[]) |
#define _CRTDBG_MAP_ALLOC |
Definition at line 3 of file TestValuesWin32.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 214 of file TestValuesWin32.cpp.
void testArray | ( | XmlRpcValue const & | d | ) |
Definition at line 103 of file TestValuesWin32.cpp.
Referenced by main().
void testBoolean | ( | ) |
Definition at line 17 of file TestValuesWin32.cpp.
Referenced by main().
void testDateTime | ( | ) |
Definition at line 93 of file TestValuesWin32.cpp.
Referenced by main().
void testDouble | ( | ) |
Definition at line 54 of file TestValuesWin32.cpp.
Referenced by main().
void testInt | ( | ) |
Definition at line 38 of file TestValuesWin32.cpp.
Referenced by main().
void testString | ( | ) |
Definition at line 63 of file TestValuesWin32.cpp.
Referenced by main().
void testStruct | ( | ) |
Definition at line 130 of file TestValuesWin32.cpp.
Referenced by main().