Dash Core  0.12.2.1
P2P Digital Currency
CVarInt< I > Class Template Reference

#include <serialize.h>

Public Member Functions

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

Protected Attributes

I & n
 

Detailed Description

template<typename I>
class CVarInt< I >

Definition at line 437 of file serialize.h.

Constructor & Destructor Documentation

◆ CVarInt()

template<typename I >
CVarInt< I >::CVarInt ( I &  nIn)
inline

Definition at line 442 of file serialize.h.

Member Function Documentation

◆ GetSerializeSize()

template<typename I >
unsigned int CVarInt< I >::GetSerializeSize ( int  ,
int   
) const
inline

Definition at line 444 of file serialize.h.

◆ Serialize()

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

Definition at line 449 of file serialize.h.

◆ Unserialize()

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

Definition at line 454 of file serialize.h.

Member Data Documentation

◆ n

template<typename I >
I& CVarInt< I >::n
protected

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