#include "tinyxml.h"
Go to the source code of this file.
Functions | |
int | dump_attribs_to_stdout (TiXmlElement *pElement, unsigned int indent) |
void | dump_to_stdout (TiXmlNode *pParent, unsigned int indent=0) |
void | dump_to_stdout (const char *pFilename) |
const char * | getIndent (unsigned int numIndents) |
const char * | getIndentAlt (unsigned int numIndents) |
int | main (int argc, char *argv[]) |
Variables | |
const unsigned int | NUM_INDENTS_PER_SPACE = 2 |
int dump_attribs_to_stdout | ( | TiXmlElement * | pElement, |
unsigned int | indent | ||
) |
Definition at line 31 of file tinyxml.cpp.
void dump_to_stdout | ( | TiXmlNode * | pParent, |
unsigned int | indent = 0 |
||
) |
Definition at line 54 of file tinyxml.cpp.
void dump_to_stdout | ( | const char * | pFilename | ) |
Definition at line 121 of file tinyxml.cpp.
const char* getIndent | ( | unsigned int | numIndents | ) |
Definition at line 10 of file tinyxml.cpp.
const char* getIndentAlt | ( | unsigned int | numIndents | ) |
Definition at line 21 of file tinyxml.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 139 of file tinyxml.cpp.
const unsigned int NUM_INDENTS_PER_SPACE = 2 |
Definition at line 8 of file tinyxml.cpp.