#include <serialize.h>
|
static constexpr bool | ForRead () |
|
template<typename Stream , typename... Args> |
static void | SerReadWriteMany (Stream &s, Args &&... args) |
|
template<typename Stream , typename Type , typename Fn > |
static void | SerRead (Stream &s, Type &&obj, Fn &&fn) |
|
template<typename Stream , typename Type , typename Fn > |
static void | SerWrite (Stream &s, Type &&, Fn &&) |
|
Definition at line 1026 of file serialize.h.
◆ ForRead()
static constexpr bool ActionUnserialize::ForRead |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ SerRead()
template<typename Stream , typename Type , typename Fn >
static void ActionUnserialize::SerRead |
( |
Stream & |
s, |
|
|
Type && |
obj, |
|
|
Fn && |
fn |
|
) |
| |
|
inlinestatic |
◆ SerReadWriteMany()
template<typename Stream , typename... Args>
static void ActionUnserialize::SerReadWriteMany |
( |
Stream & |
s, |
|
|
Args &&... |
args |
|
) |
| |
|
inlinestatic |
◆ SerWrite()
template<typename Stream , typename Type , typename Fn >
static void ActionUnserialize::SerWrite |
( |
Stream & |
s, |
|
|
Type && |
, |
|
|
Fn && |
|
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: