Monero
Loading...
Searching...
No Matches
portable_storage_to_json.h File Reference
Include dependency graph for portable_storage_to_json.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_to_json_visitor< t_stream >
struct  epee::serialization::storage_entry_store_to_json_visitor< t_stream >

Namespaces

namespace  epee
 TODO: (mj-xmr) This will be reduced in an another PR.
namespace  epee::serialization

Functions

template<class t_stream>
void epee::serialization::dump_as_json (t_stream &strm, const array_entry &ae, size_t indent, bool insert_newlines)
template<class t_stream>
void epee::serialization::dump_as_json (t_stream &strm, const storage_entry &se, size_t indent, bool insert_newlines)
template<class t_stream>
void epee::serialization::dump_as_json (t_stream &strm, const std::string &v, size_t indent, bool insert_newlines)
template<class t_stream>
void epee::serialization::dump_as_json (t_stream &strm, const int8_t &v, size_t indent, bool insert_newlines)
template<class t_stream>
void epee::serialization::dump_as_json (t_stream &strm, const uint8_t &v, size_t indent, bool insert_newlines)
template<class t_stream>
void epee::serialization::dump_as_json (t_stream &strm, const bool &v, size_t indent, bool insert_newlines)
template<class t_stream, class t_type>
void epee::serialization::dump_as_json (t_stream &strm, const t_type &v, size_t indent, bool insert_newlines)
template<class t_stream>
void epee::serialization::dump_as_json (t_stream &strm, const section &sec, size_t indent, bool insert_newlines)
std::string epee::serialization::make_indent (size_t indent)