Go to the documentation of this file.
14 for (
auto it = mySave.begin(); it != mySave.end(); ++it)
16 if (!it->second->save(f))
22 virtual const char*
getName() {
return ""; };
25 std::map<std::string, GlobalSave*>
mySave;
GlobalSave()
Definition: GlobalSave.h:10
std::map< std::string, GlobalSave * > mySave
Definition: GlobalSave.h:25
Definition: GlobalSave.h:8
virtual const char * getNameForID()
Definition: GlobalSave.h:23
virtual const char * getName()
Definition: GlobalSave.h:22
virtual bool save(FILE *f)
Definition: GlobalSave.h:12
Definition: AbstractXMLReader.h:5