Support for all macros providing or using the ser_action parameter of the SerializationOps method.
More...
#include <serialize.h>
|
static constexpr bool | ForRead () |
|
template<typename Stream , typename... Args> |
static void | SerReadWriteMany (Stream &s, const Args &... args) |
|
template<typename Stream , typename Type , typename Fn > |
static void | SerRead (Stream &s, Type &&, Fn &&) |
|
template<typename Stream , typename Type , typename Fn > |
static void | SerWrite (Stream &s, Type &&obj, Fn &&fn) |
|
Support for all macros providing or using the ser_action parameter of the SerializationOps method.
Definition at line 1006 of file serialize.h.
◆ ForRead()
static constexpr bool ActionSerialize::ForRead |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ SerRead()
template<typename Stream , typename Type , typename Fn >
static void ActionSerialize::SerRead |
( |
Stream & |
s, |
|
|
Type && |
, |
|
|
Fn && |
|
|
) |
| |
|
inlinestatic |
◆ SerReadWriteMany()
template<typename Stream , typename... Args>
static void ActionSerialize::SerReadWriteMany |
( |
Stream & |
s, |
|
|
const Args &... |
args |
|
) |
| |
|
inlinestatic |
◆ SerWrite()
template<typename Stream , typename Type , typename Fn >
static void ActionSerialize::SerWrite |
( |
Stream & |
s, |
|
|
Type && |
obj, |
|
|
Fn && |
fn |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: