|
Monero
|
#include <binary_archive.h>


Public Types | |
| typedef std::ostream | stream_type |
| Public Types inherited from binary_archive_base< true > | |
| typedef binary_archive_base< IsSaving > | base_type |
| typedef boost::mpl::bool_< IsSaving > | is_saving |
| typedef uint8_t | variant_tag_type |
Public Member Functions | |
| binary_archive (stream_type &s) | |
| bool | good () const |
| void | set_fail () |
| std::streampos | getpos () const |
| 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="") |
| 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) |
| bool | varint_bug_backward_compatibility_enabled () const |
| Public Member Functions inherited from binary_archive_base< true > | |
| binary_archive_base () | |
| void | tag (const char *) |
| void | begin_object () |
| void | end_object () |
| void | begin_variant () |
| void | end_variant () |
Protected Attributes | |
| stream_type & | stream_ |
| typedef std::ostream binary_archive< true >::stream_type |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |