|
Electroneum
|
#include <portable_storage_to_json.h>


Public Member Functions | |
| array_entry_store_to_json_visitor (t_stream &strm, size_t indent, bool insert_newlines=true) | |
| template<class t_type > | |
| void | operator() (const array_entry_t< t_type > &a) |
Public Attributes | |
| t_stream & | m_strm |
| size_t | m_indent |
| bool | m_insert_newlines |
Definition at line 64 of file portable_storage_to_json.h.
|
inline |
Definition at line 69 of file portable_storage_to_json.h.
|
inline |
Definition at line 75 of file portable_storage_to_json.h.

| size_t epee::serialization::array_entry_store_to_json_visitor< t_stream >::m_indent |
Definition at line 67 of file portable_storage_to_json.h.
| bool epee::serialization::array_entry_store_to_json_visitor< t_stream >::m_insert_newlines |
Definition at line 68 of file portable_storage_to_json.h.
| t_stream& epee::serialization::array_entry_store_to_json_visitor< t_stream >::m_strm |
Definition at line 66 of file portable_storage_to_json.h.