OpenTTD Source  20240919-master-gdf0233f4c2
SlStorageHelper< Tstorage, Tvar, Tallocator > Class Template Reference

Template class to help with list-like types. More...

Static Public Member Functions

static size_t SlCalcLen (const void *storage, VarType conv, SaveLoadType cmd=SL_VAR)
 Internal templated helper to return the size in bytes of a list-like type. More...
 
static void SlSaveLoadMember (SaveLoadType cmd, Tvar *item, VarType conv)
 
static void SlSaveLoad (void *storage, VarType conv, SaveLoadType cmd=SL_VAR)
 Internal templated helper to save/load a list-like type. More...
 

Private Types

typedef Tstorage< Tvar, Tallocator > SlStorageT
 

Detailed Description

template<template< typename, typename > typename Tstorage, typename Tvar, typename Tallocator = std::allocator<Tvar>>
class SlStorageHelper< Tstorage, Tvar, Tallocator >

Template class to help with list-like types.

Definition at line 1238 of file saveload.cpp.

Member Function Documentation

◆ SlCalcLen()

template<template< typename, typename > typename Tstorage, typename Tvar , typename Tallocator = std::allocator<Tvar>>
static size_t SlStorageHelper< Tstorage, Tvar, Tallocator >::SlCalcLen ( const void *  storage,
VarType  conv,
SaveLoadType  cmd = SL_VAR 
)
inlinestatic

Internal templated helper to return the size in bytes of a list-like type.

Parameters
storageThe storage to find the size of
convVarType type of variable that is used for calculating the size
cmdThe SaveLoadType ware are saving/loading.

Definition at line 1247 of file saveload.cpp.

References SL_REF, and SL_VAR.

Referenced by SlCalcRefListLen().

◆ SlSaveLoad()

template<template< typename, typename > typename Tstorage, typename Tvar , typename Tallocator = std::allocator<Tvar>>
static void SlStorageHelper< Tstorage, Tvar, Tallocator >::SlSaveLoad ( void *  storage,
VarType  conv,
SaveLoadType  cmd = SL_VAR 
)
inlinestatic

Internal templated helper to save/load a list-like type.

Parameters
storageThe storage being manipulated.
convVarType type of variable that is used for calculating the size.
cmdThe SaveLoadType ware are saving/loading.

Definition at line 1275 of file saveload.cpp.

References _sl, SaveLoadParams::action, SL_REF, SL_STDSTR, SL_VAR, and SLA_SAVE.

Referenced by SlRefList().


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