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