|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
This is the complete list of members for idfxx::nvs, including all inherited members.
| commit() | idfxx::nvs | inline |
| erase(std::string_view key) | idfxx::nvs | inline |
| erase_all() | idfxx::nvs | inline |
| errc enum name | idfxx::nvs | |
| get_blob(std::string_view key) | idfxx::nvs | inline |
| get_string(std::string_view key) | idfxx::nvs | inline |
| get_value(std::string_view key) | idfxx::nvs | inline |
| is_writeable() const | idfxx::nvs | inline |
| make(std::string_view namespace_name, bool read_only=false) | idfxx::nvs | static |
| nvs(std::string_view namespace_name, bool read_only=false) | idfxx::nvs | explicit |
| nvs(const nvs &)=delete | idfxx::nvs | |
| nvs(nvs &&)=delete | idfxx::nvs | |
| operator=(const nvs &)=delete | idfxx::nvs | |
| operator=(nvs &&)=delete | idfxx::nvs | |
| set_blob(std::string_view key, const void *data, size_t length) | idfxx::nvs | inline |
| set_blob(std::string_view key, const std::vector< uint8_t > &data) | idfxx::nvs | inline |
| set_string(std::string_view key, std::string_view value) | idfxx::nvs | inline |
| set_value(std::string_view key, T value) | idfxx::nvs | inline |
| 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 |