zenXML
Straightforward C++ XML Processing
|
Map user data types to XML. More...
Go to the source code of this file.
Classes | |
class | zen::XmlOut |
Proxy class to conveniently convert user data into XML structure. More... | |
class | zen::XmlIn |
Proxy class to conveniently convert XML structure to user data. More... | |
Namespaces | |
namespace | zen |
The zenXML namespace. | |
Functions | |
template<class String > | |
void | zen::load (const String &filename, XmlDoc &doc) |
Load XML document from a file. | |
template<class String > | |
void | zen::save (const XmlDoc &doc, const String &filename, const std::string &lineBreak="\r\n", const std::string &indent=" ") |
Save XML document to a file. |
Map user data types to XML.