Monero
Loading...
Searching...
No Matches
epee::serialization::portable_storage Member List

This is the complete list of members for epee::serialization::portable_storage, including all inherited members.

delete_entry(const std::string &pentry_name, hsection hparent_section=nullptr)epee::serialization::portable_storage
dump_as_json(std::string &targetObj, size_t indent=0, bool insert_newlines=true)epee::serialization::portable_storage
dump_as_xml(std::string &targetObj, const std::string &root_name="")epee::serialization::portable_storage
find_storage_entry(const std::string &pentry_name, hsection psection)epee::serialization::portable_storageprivate
get_first_section(const std::string &pSectionName, hsection &h_child_section, hsection hparent_section)epee::serialization::portable_storage
get_first_value(const std::string &value_name, t_value &target, hsection hparent_section)epee::serialization::portable_storage
get_next_section(harray hSecArray, hsection &h_child_section)epee::serialization::portable_storage
get_next_value(harray hval_array, t_value &target)epee::serialization::portable_storage
get_root_section()epee::serialization::portable_storageinlineprivate
get_value(const std::string &value_name, t_value &val, hsection hparent_section)epee::serialization::portable_storage
get_value(const std::string &value_name, storage_entry &val, hsection hparent_section)epee::serialization::portable_storage
harray typedefepee::serialization::portable_storage
hsection typedefepee::serialization::portable_storage
insert_first_section(const std::string &pSectionName, hsection &hinserted_childsection, hsection hparent_section)epee::serialization::portable_storage
insert_first_value(const std::string &value_name, t_value &&target, hsection hparent_section)epee::serialization::portable_storage
insert_new_entry_get_storage_entry(const std::string &pentry_name, hsection psection, entry_type &&entry)epee::serialization::portable_storageprivate
insert_new_section(const std::string &pentry_name, hsection psection)epee::serialization::portable_storageprivate
insert_next_section(harray hSecArray, hsection &hinserted_childsection)epee::serialization::portable_storage
insert_next_value(harray hval_array, t_value &&target)epee::serialization::portable_storage
load_from_binary(const epee::span< const uint8_t > target, const limits_t *limits=nullptr)epee::serialization::portable_storage
load_from_binary(const std::string &target, const limits_t *limits=nullptr)epee::serialization::portable_storageinline
load_from_json(const std::string &source)epee::serialization::portable_storage
m_rootepee::serialization::portable_storageprivate
meta_entry typedefepee::serialization::portable_storage
open_section(const std::string &section_name, hsection hparent_section, bool create_if_notexist=false)epee::serialization::portable_storage
portable_storage()epee::serialization::portable_storageinline
set_value(const std::string &value_name, t_value &&target, hsection hparent_section)epee::serialization::portable_storage
store_to_binary(byte_slice &target, std::size_t initial_buffer_size=8192)epee::serialization::portable_storage
store_to_binary(byte_stream &ss)epee::serialization::portable_storage
~portable_storage()epee::serialization::portable_storageinlinevirtual