20 #include "../../cpp_simptshell/exporters/XmlGzExporter.h"
34 if (!overwrite && ifstream(file_path).good()) {
40 PTreeFile::WriteXmlGz(file_path, sim->ToPtree());
Namespace for miscellaneous utilities.
Namespace for SimPT shell package.
static std::string GetFileExtension()
File extension associated with this export format.
static bool Export(std::shared_ptr< SimPT_Sim::Sim > sim, const std::string &filename, bool overwrite=true)
Export state to xml.
Namespace for the core simulator.
Sim, the actual simulator.