Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Protected Attributes | List of all members
CVarInt< I > Class Template Reference

#include <serialize.h>

+ Collaboration diagram for CVarInt< I >:

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 346 of file serialize.h.

Constructor & Destructor Documentation

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

Definition at line 351 of file serialize.h.

Member Function Documentation

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

Definition at line 353 of file serialize.h.

References CVarInt< I >::n.

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

Definition at line 358 of file serialize.h.

References CVarInt< I >::n.

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

Definition at line 363 of file serialize.h.

Member Data Documentation

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

Definition at line 349 of file serialize.h.

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


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