#include <stdio.h>
#include "tinyxml.h"
Go to the source code of this file.
Namespaces | |
namespace | xmlTiny |
Functions | |
bool | xmlTiny::XmlTest (const char *testString, const char *expected, const char *found, bool noEcho=false) |
bool | xmlTiny::XmlTest (const char *testString, int expected, int found, bool noEcho=false) |
int | xmlTiny::main () |
Variables | |
static int | xmlTiny::gPass = 0 |
static int | xmlTiny::gFail = 0 |