OpenTTD Source 20260711-master-g3fb3006dff
SlLinkgraphNode Class Reference
Inheritance diagram for SlLinkgraphNode:
DefaultSaveLoadHandler< SlLinkgraphNode, LinkGraph > SaveLoadHandler

Public Member Functions

void Save (LinkGraph *lg) const override
 Save the object to disk.
void Load (LinkGraph *lg) const override
 Load the object from disk.
Public Member Functions inherited from DefaultSaveLoadHandler< SlLinkgraphNode, LinkGraph >
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 LoadCheck (LinkGraph *object) const
 Similar to load, but used only to validate savegames.
virtual void FixPointers (LinkGraph *object) const
 A post-load callback to fix SaveLoadType::Reference integers into pointers.
Public Member Functions inherited from SaveLoadHandler
virtual ~SaveLoadHandler ()=default
 Ensure the destructor of the sub classes are called as well.
virtual void Save (void *object) const
 Save the object to disk.
virtual void Load (void *object) const
 Load the object from disk.
virtual void LoadCheck (void *object) const
 Similar to load, but used only to validate savegames.
virtual void FixPointers (void *object) const
 A post-load callback to fix SaveLoadType::Reference integers into pointers.
SaveLoadTable GetLoadDescription () const
 Get the description for how to load the chunk.

Static Public Attributes

static const SaveLoad description []
static const SaveLoadCompatTable compat_description = _linkgraph_node_sl_compat

Additional Inherited Members

Data Fields inherited from SaveLoadHandler
std::optional< std::vector< SaveLoad > > load_description
 Description derived from savegame being loaded.

Detailed Description

Definition at line 96 of file linkgraph_sl.cpp.

Member Function Documentation

◆ Load()

void SlLinkgraphNode::Load ( LinkGraph * object) const
inlineoverridevirtual

Load the object from disk.

Parameters
objectThe object to load.

Reimplemented from DefaultSaveLoadHandler< SlLinkgraphNode, LinkGraph >.

Definition at line 119 of file linkgraph_sl.cpp.

References _linkgraph, _linkgraph_from, LinkGraph::Init(), IsSavegameVersionBefore(), LinkGraph::nodes, SaveloadListLength, SlGetStructListLength(), and SlObject().

◆ Save()

void SlLinkgraphNode::Save ( LinkGraph * object) const
inlineoverridevirtual

Save the object to disk.

Parameters
objectThe object to store.

Reimplemented from DefaultSaveLoadHandler< SlLinkgraphNode, LinkGraph >.

Definition at line 108 of file linkgraph_sl.cpp.

References _linkgraph, _linkgraph_from, LinkGraph::nodes, LinkGraph::Size(), SlObject(), and SlSetStructListLength().

Field Documentation

◆ compat_description

const SaveLoadCompatTable SlLinkgraphNode::compat_description = _linkgraph_node_sl_compat
inlinestatic

Definition at line 106 of file linkgraph_sl.cpp.

◆ description

const SaveLoad SlLinkgraphNode::description[]
inlinestatic
Initial value:
= {
SLE_VAR(Node, supply, VarTypes::U32),
SLE_VAR(Node, demand, VarTypes::U32),
SLE_VAR(Node, station, VarTypes::U16),
SLE_VAR(Node, last_update, VarTypes::I32),
}
#define SLEG_STRUCTLIST(name, handler)
Storage of a list of structs in every savegame version.
Definition saveload.h:1256
#define SLE_CONDVAR(base, variable, type, from, to)
Storage of a variable in some savegame versions.
Definition saveload.h:904
@ LinkgraphLocationDisasterStore
Saveload version: 191, SVN revision: 26636, 26646 Fix disaster vehicle storage, Linkgraph - store lo...
Definition saveload.h:273
@ MaxVersion
Highest possible saveload version.
Definition saveload.h:421
#define SLE_VAR(base, variable, type)
Storage of a variable in every version of a savegame.
Definition saveload.h:1017
static constexpr VarType U16
Store a 16 bits unsigned int.
Definition saveload.h:754
static constexpr VarType U32
Store a 32 bits unsigned int.
Definition saveload.h:756
static constexpr VarType I32
Store a 32 bits signed int.
Definition saveload.h:755

Definition at line 98 of file linkgraph_sl.cpp.


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