Implementation of XML I/O utilities.
Definition in file XML.cpp.
#include <medusa/bits/io/XML.hpp>
#include <rapidxml/rapidxml.hpp>
#include <rapidxml/rapidxml_print.hpp>
#include <medusa/bits/utils/assert.hpp>
#include <fstream>
#include <iostream>
#include <cstring>
Go to the source code of this file.
Namespaces | |
mm | |
Root namespace for the whole library. | |
Functions | |
std::ostream & | mm::operator<< (std::ostream &os, const XML &xml) |
Prints the contents of currently loaded XML document. More... | |