Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Protected Attributes | List of all members
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 340 of file serialize.h.

Constructor & Destructor Documentation

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

Definition at line 345 of file serialize.h.

Member Function Documentation

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

Definition at line 347 of file serialize.h.

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

Definition at line 352 of file serialize.h.

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

Definition at line 357 of file serialize.h.

Member Data Documentation

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

Definition at line 343 of file serialize.h.


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