#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 1019 of file serialize.h.
◆ ForRead()
| constexpr bool ActionUnserialize::ForRead |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ SerRead()
template<typename Stream, typename Type, typename Fn>
| void ActionUnserialize::SerRead |
( |
Stream & | s, |
|
|
Type && | obj, |
|
|
Fn && | fn ) |
|
inlinestatic |
◆ SerReadWriteMany()
template<typename Stream, typename... Args>
| void ActionUnserialize::SerReadWriteMany |
( |
Stream & | s, |
|
|
Args &&... | args ) |
|
inlinestatic |
◆ SerWrite()
template<typename Stream, typename Type, typename Fn>
| void ActionUnserialize::SerWrite |
( |
Stream & | s, |
|
|
Type && | , |
|
|
Fn && | ) |
|
inlinestatic |
The documentation for this struct was generated from the following file: