Bitcoin ABC 0.30.5
P2P Digital Currency
|
Helper for a list of items containing a differentially encoded index as their first member. More...
#include <serialize.h>
Public Member Functions | |
template<typename Stream , typename T > | |
void | Ser (Stream &s, T v) |
template<typename Stream , typename T > | |
void | Unser (Stream &s, T &v) |
Public Member Functions inherited from DifferenceFormatter | |
template<typename Stream , typename I > | |
void | Ser (Stream &s, I v) |
template<typename Stream , typename I > | |
void | Unser (Stream &s, I &v) |
Helper for a list of items containing a differentially encoded index as their first member.
See DifferenceFormatter for info about the index encoding.
The index should be a public member of the object. SerData()/UnserData() methods must be implemented to serialize/deserialize the remaining item data.
To be used with a VectorFormatter.
Definition at line 794 of file serialize.h.
|
inline |
|
inline |