#include <save_index.hpp>
Public Member Functions | |
create_save_info (const std::shared_ptr< save_index_class > &) | |
save_info | operator() (const std::string &filename) const |
Public Attributes | |
std::shared_ptr< save_index_class > | manager_ |
Definition at line 70 of file save_index.hpp.
|
explicit |
Definition at line 388 of file save_index.cpp.
save_info savegame::create_save_info::operator() | ( | const std::string & | filename | ) | const |
Definition at line 393 of file save_index.cpp.
References filesystem::file_modified_time(), filename, and manager_.
std::shared_ptr<save_index_class> savegame::create_save_info::manager_ |
Definition at line 75 of file save_index.hpp.
Referenced by operator()().