#include <XML.h>
Public Member Functions | |
XmlFileWriter (std::ostream &out) | |
~XmlFileWriter () | |
void | openElement (const std::string &name) |
void | closeElement () |
void | element (const std::string &name, const std::string &value) |
void | element (const std::string &name, const char *value) |
void | element (const std::string &name, int value) |
void | element (const std::string &name, unsigned int value) |
void | element (const std::string &name, bool value) |
void | comment (const std::string &comment) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|