![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
Support for all macros providing or using the ser_action parameter of the SerializationOps method. More...
#include <serialize.h>
Static Public Member Functions | |
| 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 999 of file serialize.h.
Definition at line 1000 of file serialize.h.
Definition at line 1009 of file serialize.h.