1 #ifndef GENESIS_UTILS_FORMATS_XML_WRITER_H_
2 #define GENESIS_UTILS_FORMATS_XML_WRITER_H_
37 #include <unordered_map>
60 typedef std::unordered_map<std::string, std::string> StringMapType;
68 void write(
XmlDocument const& document, std::shared_ptr<utils::BaseOutputTarget> target )
const;
97 #endif // include guard