Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CVarInt< 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<typename I>
class CVarInt< I >

Definition at line 576 of file serialize.h.

Constructor & Destructor Documentation

◆ CVarInt()

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

Definition at line 581 of file serialize.h.

Member Function Documentation

◆ Serialize()

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

Definition at line 584 of file serialize.h.

References CVarInt< I >::n.

◆ Unserialize()

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

Definition at line 589 of file serialize.h.

References CVarInt< I >::n.

Member Data Documentation

◆ n

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

Definition at line 579 of file serialize.h.

Referenced by CVarInt< I >::Serialize(), and CVarInt< I >::Unserialize().


The documentation for this class was generated from the following file:
Released under the MIT license