#include <save_index.hpp>
Public Member Functions | |
create_save_info (const std::string *d=nullptr) | |
save_info | operator() (const std::string &filename) const |
Public Attributes | |
const std::string | dir |
Definition at line 69 of file save_index.hpp.
savegame::create_save_info::create_save_info | ( | const std::string * | d = nullptr | ) |
Definition at line 320 of file save_index.cpp.
save_info savegame::create_save_info::operator() | ( | const std::string & | filename | ) | const |
Definition at line 325 of file save_index.cpp.
References dir, filesystem::file_modified_time(), replace_underbar2space(), and savegame::save_index_class::set_modified().
const std::string savegame::create_save_info::dir |
Definition at line 73 of file save_index.hpp.
Referenced by savegame::get_saves_list(), and operator()().