|
| void | FormatTo (std::back_insert_iterator< std::string > &output_iterator, GrfIDMapping &grf_names, GamelogActionType action_type) override |
| | Format the content of this change into the given output.
|
| | LoggedChange (GamelogChangeType type=GLCT_NONE) |
|
virtual | ~LoggedChange ()=default |
| | Ensure the destructor of the sub classes are called as well.
|
Definition at line 144 of file gamelog_internal.h.
◆ LoggedChangeEmergencySave()
| LoggedChangeEmergencySave::LoggedChangeEmergencySave |
( |
| ) |
|
|
inline |
◆ FormatTo()
| void LoggedChangeEmergencySave::FormatTo |
( |
std::back_insert_iterator< std::string > & | output_iterator, |
|
|
GrfIDMapping & | grf_names, |
|
|
GamelogActionType | action_type ) |
|
overridevirtual |
Format the content of this change into the given output.
- Parameters
-
| output_iterator | Destination of the formatted content. |
| grf_names | Cache/mapping of names of NewGRFs seen in the logs. |
| action_type | The context in which this method was called. |
Implements LoggedChange.
Definition at line 304 of file gamelog.cpp.
The documentation for this struct was generated from the following files: