Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
DifferenceFormatter Class Reference

#include <blockencodings.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)
 

Private Attributes

uint64_t m_shift = 0
 

Detailed Description

Definition at line 22 of file blockencodings.h.

Member Function Documentation

◆ Ser()

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

Definition at line 28 of file blockencodings.h.

Here is the call graph for this function:

◆ Unser()

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

Definition at line 35 of file blockencodings.h.

Here is the call graph for this function:

Member Data Documentation

◆ m_shift

uint64_t DifferenceFormatter::m_shift = 0
private

Definition at line 24 of file blockencodings.h.


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