openMSX
|
#include <serialize_stl.hh>
Static Public Member Functions | |
static void | prepare (std::vector< T > &v, int n) |
static auto | output (std::vector< T > &v) |
Static Public Member Functions inherited from openmsx::serialize_as_stl_collection< std::vector< T > > | |
static auto | begin (const std::vector< T > &t) |
static auto | end (const std::vector< T > &t) |
static void | prepare (std::vector< T > &t, int) |
static auto | output (std::vector< T > &t) |
Static Public Attributes | |
static constexpr bool | loadInPlace = false |
Static Public Attributes inherited from openmsx::serialize_as_stl_collection< std::vector< T > > | |
static constexpr int | size |
static constexpr bool | loadInPlace |
Additional Inherited Members | |
Public Types inherited from openmsx::serialize_as_stl_collection< std::vector< T > > | |
using | value_type = typename T::value_type |
Definition at line 39 of file serialize_stl.hh.
|
inlinestatic |
Definition at line 51 of file serialize_stl.hh.
|
inlinestatic |
Definition at line 48 of file serialize_stl.hh.
|
staticconstexpr |
Definition at line 47 of file serialize_stl.hh.