Bitcoin ABC 0.26.3
P2P Digital Currency
Loading...
Searching...
No Matches
Public Member Functions | List of all members
VarIntFormatter< Mode > Struct Template Reference

Serialization wrapper class for integers in VarInt format. More...

#include <serialize.h>

Public Member Functions

template<typename Stream , typename I >
void Ser (Stream &s, I v)
 
template<typename Stream , typename I >
void Unser (Stream &s, I &v)
 

Detailed Description

template<VarIntMode Mode>
struct VarIntFormatter< Mode >

Serialization wrapper class for integers in VarInt format.

Definition at line 586 of file serialize.h.

Member Function Documentation

◆ Ser()

template<VarIntMode Mode>
template<typename Stream , typename I >
void VarIntFormatter< Mode >::Ser ( Stream s,
I  v 
)
inline

Definition at line 587 of file serialize.h.

Here is the call graph for this function:

◆ Unser()

template<VarIntMode Mode>
template<typename Stream , typename I >
void VarIntFormatter< Mode >::Unser ( Stream s,
I v 
)
inline

Definition at line 591 of file serialize.h.

Here is the call graph for this function:

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