|
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) |
| void | serialize_blob (void *buf, size_t len, const char *delimiter="") |
| void | serialize_string (std::string str, 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 | write_variant_tag (variant_tag_type t) |
Public Member Functions inherited from binary_archive_base< std::ostream, true > | |
| 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 () |
Additional Inherited Members | |
Public Types inherited from binary_archive_base< std::ostream, true > | |
| typedef std::ostream | stream_type |
| typedef binary_archive_base< std::ostream, IsSaving > | base_type |
| typedef boost::mpl::bool_< IsSaving > | is_saving |
| typedef uint8_t | variant_tag_type |
Protected Attributes inherited from binary_archive_base< std::ostream, true > | |
| stream_type & | stream_ |
Definition at line 186 of file binary_archive.h.
|
inlineexplicit |
Definition at line 188 of file binary_archive.h.
|
inline |
Definition at line 226 of file binary_archive.h.
|
inline |
Definition at line 230 of file binary_archive.h.
|
inline |
Definition at line 234 of file binary_archive.h.
|
inline |
Definition at line 231 of file binary_archive.h.
|
inline |
Definition at line 232 of file binary_archive.h.
|
inline |
Definition at line 235 of file binary_archive.h.
|
inline |
Definition at line 204 of file binary_archive.h.
|
inline |
|
inline |
Definition at line 209 of file binary_archive.h.
|
inline |
Definition at line 196 of file binary_archive.h.
|
inline |
Definition at line 221 of file binary_archive.h.

|
inline |
Definition at line 215 of file binary_archive.h.

|
inline |
Definition at line 237 of file binary_archive.h.