Monero
Classes | Namespaces | Functions
portable_storage_to_bin.h File Reference
#include "misc_language.h"
#include "portable_storage_base.h"
#include "portable_storage_bin_utils.h"
#include "misc_log_ex.h"
Include dependency graph for portable_storage_to_bin.h:
This graph shows which files directly or indirectly include this file:

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

 epee
 TODO: (mj-xmr) This will be reduced in an another PR.
 
 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)