![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#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 |
Definition at line 437 of file serialize.h.
Definition at line 442 of file serialize.h.
|
inline |
Definition at line 444 of file serialize.h.
|
inline |
Definition at line 449 of file serialize.h.
|
inline |
Definition at line 454 of file serialize.h.
|
protected |
Definition at line 440 of file serialize.h.
Referenced by CVarInt< I >::GetSerializeSize(), CVarInt< I >::Serialize(), and CVarInt< I >::Unserialize().