Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
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 576 of file serialize.h.
Constructor & Destructor Documentation
◆ CVarInt()
Definition at line 581 of file serialize.h.
Member Function Documentation
◆ Serialize()
template<typename I >
template<typename Stream >
|
inline |
Definition at line 584 of file serialize.h.
References CVarInt< I >::n.
◆ Unserialize()
template<typename I >
template<typename Stream >
|
inline |
Definition at line 589 of file serialize.h.
References CVarInt< I >::n.
Member Data Documentation
◆ n
template<typename I >
|
protected |
Definition at line 579 of file serialize.h.
Referenced by CVarInt< I >::Serialize(), and CVarInt< I >::Unserialize().
The documentation for this class was generated from the following file:
- src/serialize.h