OpenTTD Source
1.11.2
|
Template class to help with std::deque. More...
Static Public Member Functions | |
static size_t | SlCalcDequeLen (const void *deque, VarType conv) |
Internal templated helper to return the size in bytes of a std::deque. More... | |
static void | SlDeque (void *deque, VarType conv) |
Internal templated helper to save/load a std::deque. More... | |
Private Types | |
typedef std::deque< T > | SlDequeT |
Template class to help with std::deque.
Definition at line 1287 of file saveload.cpp.
|
inlinestatic |
Internal templated helper to return the size in bytes of a std::deque.
deque | The std::deque to find the size of |
conv | VarType type of variable that is used for calculating the size |
Definition at line 1295 of file saveload.cpp.
References SlCalcConvFileLen().
|
inlinestatic |
Internal templated helper to save/load a std::deque.
deque | The std::deque being manipulated |
conv | VarType type of variable that is used for calculating the size |
Definition at line 1310 of file saveload.cpp.
References _sl, SaveLoadParams::action, and SLA_SAVE.