OpenTTD Source
20241121-master-g67a0fccfad
|
Public Member Functions | |
std::vector< Industry::AcceptedCargo > & | GetVector (Industry *i) const override |
Get instance of vector to load/save. More... | |
Public Member Functions inherited from VectorSaveLoadHandler< SlIndustryAccepted, Industry, Industry::AcceptedCargo, INDUSTRY_NUM_INPUTS > | |
virtual size_t | GetLength () const |
Get number of elements to load into vector. More... | |
void | Save (Industry *object) const override |
void | Load (Industry *object) const override |
Public Member Functions inherited from DefaultSaveLoadHandler< TImpl, TObject > | |
SaveLoadTable | GetDescription () const override |
Get the description of the fields in the savegame. | |
SaveLoadCompatTable | GetCompatDescription () const override |
Get the pre-header description of the fields in the savegame. | |
virtual void | Save ([[maybe_unused]] TObject *object) const |
void | Save (void *object) const override |
virtual void | Load ([[maybe_unused]] TObject *object) const |
void | Load (void *object) const override |
virtual void | LoadCheck ([[maybe_unused]] TObject *object) const |
void | LoadCheck (void *object) const override |
virtual void | FixPointers ([[maybe_unused]] TObject *object) const |
void | FixPointers (void *object) const override |
Public Member Functions inherited from SaveLoadHandler | |
virtual void | Save ([[maybe_unused]] void *object) const |
Save the object to disk. More... | |
virtual void | Load ([[maybe_unused]] void *object) const |
Load the object from disk. More... | |
virtual void | LoadCheck ([[maybe_unused]] void *object) const |
Similar to load, but used only to validate savegames. More... | |
virtual void | FixPointers ([[maybe_unused]] void *object) const |
A post-load callback to fix SL_REF integers into pointers. More... | |
SaveLoadTable | GetLoadDescription () const |
Get the description for how to load the chunk. More... | |
Static Public Member Functions | |
static void | ResetOldStructure () |
Static Public Attributes | |
static const SaveLoad | description [] |
static const SaveLoadCompatTable | compat_description = _industry_accepts_sl_compat |
static std::array< CargoID, INDUSTRY_NUM_INPUTS > | old_cargo |
static std::array< uint16_t, INDUSTRY_NUM_INPUTS > | old_waiting |
static std::array< TimerGameEconomy::Date, INDUSTRY_NUM_INPUTS > | old_last_accepted |
Additional Inherited Members | |
Data Fields inherited from SaveLoadHandler | |
std::optional< std::vector< SaveLoad > > | load_description |
Definition at line 22 of file industry_sl.cpp.
|
inlineoverridevirtual |
Get instance of vector to load/save.
object | Object containing vector. |
Implements VectorSaveLoadHandler< SlIndustryAccepted, Industry, Industry::AcceptedCargo, INDUSTRY_NUM_INPUTS >.
Definition at line 31 of file industry_sl.cpp.
References Industry::accepted.
|
inlinestatic |
Definition at line 24 of file industry_sl.cpp.