Bitcoin Core  0.19.99
P2P Digital Currency
Public Member Functions | Protected Attributes | List of all members
CVarInt< Mode, I > Class Template Reference

#include <serialize.h>

Public Member Functions

 CVarInt (I &nIn)
 
template<typename Stream >
void Serialize (Stream &s) const
 
template<typename Stream >
void Unserialize (Stream &s)
 

Protected Attributes

I & n
 

Detailed Description

template<VarIntMode Mode, typename I>
class CVarInt< Mode, I >

Definition at line 450 of file serialize.h.

Constructor & Destructor Documentation

◆ CVarInt()

template<VarIntMode Mode, typename I >
CVarInt< Mode, I >::CVarInt ( I &  nIn)
inlineexplicit

Definition at line 455 of file serialize.h.

Member Function Documentation

◆ Serialize()

template<VarIntMode Mode, typename I >
template<typename Stream >
void CVarInt< Mode, I >::Serialize ( Stream &  s) const
inline

Definition at line 458 of file serialize.h.

◆ Unserialize()

template<VarIntMode Mode, typename I >
template<typename Stream >
void CVarInt< Mode, I >::Unserialize ( Stream &  s)
inline

Definition at line 463 of file serialize.h.

Member Data Documentation

◆ n

template<VarIntMode Mode, typename I >
I& CVarInt< Mode, I >::n
protected

Definition at line 453 of file serialize.h.


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