|
Electroneum
|
#include <binary_archive.h>


Public Member Functions | |
| binary_archive (stream_type &s) | |
| template<class T > | |
| void | serialize_int (T &v) |
| template<class T > | |
| void | serialize_uint (T &v, size_t width=sizeof(T)) |
| serializes an unsigned integer More... | |
| void | serialize_blob (void *buf, size_t len, const char *delimiter="") |
| template<class T > | |
| void | serialize_varint (T &v) |
| template<class T > | |
| void | serialize_uvarint (T &v) |
| void | begin_array (size_t &s) |
| void | begin_array () |
| void | delimit_array () |
| void | end_array () |
| void | begin_string (const char *delimiter) |
| void | end_string (const char *delimiter) |
| void | read_variant_tag (variant_tag_type &t) |
| size_t | remaining_bytes () |
Public Member Functions inherited from binary_archive_base< std::istream, false > | |
| binary_archive_base (stream_type &s) | |
| void | tag (const char *) |
| void | begin_object () |
| void | end_object () |
| void | begin_variant () |
| void | end_variant () |
| stream_type & | stream () |
Protected Attributes | |
| std::streamoff | eof_pos_ |
Protected Attributes inherited from binary_archive_base< std::istream, false > | |
| stream_type & | stream_ |
Additional Inherited Members | |
Public Types inherited from binary_archive_base< std::istream, false > | |
| typedef std::istream | stream_type |
| typedef binary_archive_base< std::istream, IsSaving > | base_type |
| typedef boost::mpl::bool_< IsSaving > | is_saving |
| typedef uint8_t | variant_tag_type |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
serializes an unsigned integer
|
inline |
|
inline |
|
protected |