Fabcoin Core  0.16.2
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

In
 

Detailed Description

template<typename I>
class CVarInt< I >

Definition at line 434 of file serialize.h.

Constructor & Destructor Documentation

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

Definition at line 439 of file serialize.h.

Member Function Documentation

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

Definition at line 442 of file serialize.h.

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

Definition at line 447 of file serialize.h.

Member Data Documentation

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

Definition at line 437 of file serialize.h.


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