1 #ifndef SIMPT_SHELL_XML_CONVERTER_FORMAT_H_INCLUDED
2 #define SIMPT_SHELL_XML_CONVERTER_FORMAT_H_INCLUDED
33 virtual std::string GetName()
const {
return "XML"; }
35 virtual bool IsPostProcessFormat()
const {
return false; }
40 #endif // end_of_include_guard
Interface for XmlExporter.
Utility template for generating exporter formats.
Namespace for SimPT shell package.
Interface of File Converter Formats.
Interface for IConverterFormat.
Xml converter format specifications.