Bitcoin ABC  0.28.12
P2P Digital Currency
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 665 of file serialize.h.

Member Function Documentation

◆ Ser()

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

Definition at line 675 of file serialize.h.

◆ Unser()

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

Definition at line 666 of file serialize.h.


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