Electroneum
portable_storage_to_bin.h File Reference
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
 
 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 >
PRAGMA_WARNING_PUSH size_t epee::serialization::pack_varint (t_stream &strm, size_t val)
 
template<class t_stream >
PRAGMA_WARNING_POP 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)