Bitcoin Core 28.99.0
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 504 of file serialize.h.
|
inline |
Definition at line 506 of file serialize.h.
|
inline |
Definition at line 511 of file serialize.h.