7 #ifndef LCF_WRITER_XML_H
8 #define LCF_WRITER_XML_H
63 void Write(
const T& val);
73 void WriteNode(
const std::string& name,
const T& val);
void BeginElement(const std::string &name)
void EndElement(const std::string &name)
XmlWriter(const char *filename)
void WriteVector(const std::vector< T > &val)
void WriteNode(const std::string &name, const T &val)