veriblock-pop-cpp
C++11 Libraries for leveraging VeriBlock Proof-Of-Proof blockchain technology.
|
Serialization wrapper class for big-endian integers. More...
Use this wrapper around integer types that are stored in memory in native byte order, but serialized in big endian notation. This is only intended to implement serializers that are compatible with existing formats, and its use is not recommended for new data structures.
Only 16-bit types are supported for now.
Definition at line 567 of file serialize.hpp.
#include <serialize.hpp>
Public Member Functions | |
BigEndian (I &val) | |
template<typename Stream > | |
void | Serialize (Stream &s) const |
template<typename Stream > | |
void | Unserialize (Stream &s) |
Protected Attributes | |
I & | m_val |
|
inlineexplicit |
Definition at line 572 of file serialize.hpp.
|
inline |
Definition at line 582 of file serialize.hpp.
|
inline |
Definition at line 587 of file serialize.hpp.
|
protected |
Definition at line 569 of file serialize.hpp.