Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
ActionUnserialize Struct Reference

#include <serialize.h>

Static Public Member Functions

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 &&)
 

Detailed Description

Definition at line 1019 of file serialize.h.

Member Function Documentation

◆ ForRead()

static constexpr bool ActionUnserialize::ForRead ( )
inlinestaticconstexpr

Definition at line 1020 of file serialize.h.

◆ SerRead()

template<typename Stream , typename Type , typename Fn >
static void ActionUnserialize::SerRead ( Stream & s,
Type && obj,
Fn && fn )
inlinestatic

Definition at line 1029 of file serialize.h.

Here is the call graph for this function:

◆ SerReadWriteMany()

template<typename Stream , typename... Args>
static void ActionUnserialize::SerReadWriteMany ( Stream & s,
Args &&... args )
inlinestatic

Definition at line 1023 of file serialize.h.

Here is the call graph for this function:

◆ SerWrite()

template<typename Stream , typename Type , typename Fn >
static void ActionUnserialize::SerWrite ( Stream & s,
Type && ,
Fn &&  )
inlinestatic

Definition at line 1035 of file serialize.h.


The documentation for this struct was generated from the following file: