|
Monero
|
#include "misc_language.h"#include "portable_storage_base.h"#include "portable_storage_bin_utils.h"#include "misc_log_ex.h"

Go to the source code of this file.
Classes | |
| struct | epee::serialization::array_entry_store_visitor< t_stream > |
| struct | epee::serialization::storage_entry_store_visitor< t_stream > |
Namespaces | |
| namespace | epee |
| TODO: (mj-xmr) This will be reduced in an another PR. | |
| namespace | epee::serialization |
Functions | |
| template<class pack_value, class t_stream> | |
| size_t | epee::serialization::pack_varint_t (t_stream &strm, uint8_t type_or, size_t &pv) |
| template<class t_stream> | |
| size_t | epee::serialization::pack_varint (t_stream &strm, size_t val) |
| template<class t_stream> | |
| bool | epee::serialization::put_string (t_stream &strm, const std::string &v) |
| template<class t_stream> | |
| bool | epee::serialization::pack_entry_to_buff (t_stream &strm, const array_entry &ae) |
| template<class t_stream> | |
| bool | epee::serialization::pack_entry_to_buff (t_stream &strm, const storage_entry &se) |
| template<class t_stream> | |
| bool | epee::serialization::pack_entry_to_buff (t_stream &strm, const section &sec) |