Bitcoin
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
 

Constructor & Destructor Documentation

◆ CVarInt()

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

Member Function Documentation

◆ Serialize()

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

◆ Unserialize()

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

Member Data Documentation

◆ n

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

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