Bitcoin ABC 0.30.3
P2P Digital Currency
|
Serialization wrapper class for integers in VarInt format. More...
#include <serialize.h>
Public Member Functions | |
template<typename Stream , typename I > | |
void | Ser (Stream &s, I v) |
template<typename Stream , typename I > | |
void | Unser (Stream &s, I &v) |
Serialization wrapper class for integers in VarInt format.
Definition at line 586 of file serialize.h.
|
inline |
Definition at line 587 of file serialize.h.
|
inline |
Definition at line 591 of file serialize.h.