The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Public Attributes | List of all members
savegame::create_save_info Class Reference

#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_classmanager_
 

Detailed Description

Definition at line 70 of file save_index.hpp.

Constructor & Destructor Documentation

◆ create_save_info()

savegame::create_save_info::create_save_info ( const std::shared_ptr< save_index_class > &  manager)
explicit

Definition at line 389 of file save_index.cpp.

Member Function Documentation

◆ operator()()

save_info savegame::create_save_info::operator() ( const std::string &  filename) const

Definition at line 394 of file save_index.cpp.

References filesystem::file_modified_time(), and manager_.

Member Data Documentation

◆ manager_

std::shared_ptr<save_index_class> savegame::create_save_info::manager_

Definition at line 75 of file save_index.hpp.

Referenced by operator()().


The documentation for this class was generated from the following files: