|
Monero
|
base for the binary archive type More...
#include <binary_archive.h>
Public Types | |
| 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_base () | |
| void | tag (const char *) |
| void | begin_object () |
| void | end_object () |
| void | begin_variant () |
| void | end_variant () |
base for the binary archive type
\detailed It isn't used outside of this file, which its only purpse is to define the functions used for the binary_archive. Its a header, basically. I think it was declared simply to save typing...
| typedef binary_archive_base<IsSaving> binary_archive_base< IsSaving >::base_type |
| typedef boost::mpl::bool_<IsSaving> binary_archive_base< IsSaving >::is_saving |
| typedef uint8_t binary_archive_base< IsSaving >::variant_tag_type |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |