20 #ifndef BinaryFormatter_h
21 #define BinaryFormatter_h
111 bool writeXMLHeader(std::ostream& into,
const std::string& rootElement,
112 const std::string xmlParams =
"",
113 const std::string& attrs =
"",
114 const std::string& comment =
"");
127 void openTag(std::ostream& into,
const std::string& xmlElement);
156 bool closeTag(std::ostream& into,
bool abbreviated=
false);
165 void writeAttr(std::ostream& into,
const std::string& attr,
const std::string& val);
174 template <
typename T>
260 void writeStringList(std::ostream& into,
const std::vector<std::string>& list);
271 template <
typename T>