10 #ifndef LCF_WRITER_XML_H 11 #define LCF_WRITER_XML_H 55 void Write(
const T& val);
65 void WriteNode(
const std::string& name,
const T& val);
void BeginElement(const std::string &name)
void EndElement(const std::string &name)
XmlWriter(std::ostream &filestream)
void WriteVector(const std::vector< T > &val)
void WriteNode(const std::string &name, const T &val)