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

Formatter for integers in CompactSize format. More...

#include <serialize.h>

Public Member Functions

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

Detailed Description

template<bool RangeCheck>
struct CompactSizeFormatter< RangeCheck >

Formatter for integers in CompactSize format.

Definition at line 647 of file serialize.h.

Member Function Documentation

◆ Ser()

template<bool RangeCheck>
template<typename Stream , typename I >
void CompactSizeFormatter< RangeCheck >::Ser ( Stream s,
I  v 
)
inline

Definition at line 657 of file serialize.h.

Here is the call graph for this function:

◆ Unser()

template<bool RangeCheck>
template<typename Stream , typename I >
void CompactSizeFormatter< RangeCheck >::Unser ( Stream s,
I v 
)
inline

Definition at line 648 of file serialize.h.

Here is the call graph for this function:

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