idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
idfxx::nvs Member List

This is the complete list of members for idfxx::nvs, including all inherited members.

commit()idfxx::nvsinline
erase(std::string_view key)idfxx::nvsinline
erase_all()idfxx::nvsinline
errc enum nameidfxx::nvs
get_blob(std::string_view key)idfxx::nvsinline
get_string(std::string_view key)idfxx::nvsinline
get_value(std::string_view key)idfxx::nvsinline
is_writeable() constidfxx::nvsinline
make(std::string_view namespace_name, bool read_only=false)idfxx::nvsstatic
nvs(std::string_view namespace_name, bool read_only=false)idfxx::nvsexplicit
nvs(const nvs &)=deleteidfxx::nvs
nvs(nvs &&)=deleteidfxx::nvs
operator=(const nvs &)=deleteidfxx::nvs
operator=(nvs &&)=deleteidfxx::nvs
set_blob(std::string_view key, const void *data, size_t length)idfxx::nvsinline
set_blob(std::string_view key, const std::vector< uint8_t > &data)idfxx::nvsinline
set_string(std::string_view key, std::string_view value)idfxx::nvsinline
set_value(std::string_view key, T value)idfxx::nvsinline
try_commit()idfxx::nvs
try_erase(std::string_view key)idfxx::nvs
try_erase_all()idfxx::nvs
try_get_blob(std::string_view key)idfxx::nvs
try_get_string(std::string_view key)idfxx::nvs
try_get_value(std::string_view key)idfxx::nvs
try_set_blob(std::string_view key, const void *data, size_t length)idfxx::nvs
try_set_blob(std::string_view key, const std::vector< uint8_t > &data)idfxx::nvs
try_set_string(std::string_view key, std::string_view value)idfxx::nvs
try_set_value(std::string_view key, T value)idfxx::nvs
~nvs()idfxx::nvs