Raven Core  3.0.0
P2P Digital Currency
Public Member Functions | Protected Attributes | List of all members
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 412 of file serialize.h.

Constructor & Destructor Documentation

◆ CVarInt()

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

Definition at line 417 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 420 of file serialize.h.

◆ Unserialize()

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

Definition at line 425 of file serialize.h.

Member Data Documentation

◆ n

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

Definition at line 415 of file serialize.h.


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