|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
This is the complete list of members for idfxx::partition, including all inherited members.
| address() const | idfxx::partition | inline |
| check_identity(const partition &other) const | idfxx::partition | |
| encrypted() const | idfxx::partition | inline |
| erase_range(size_t offset, size_t size) | idfxx::partition | inline |
| erase_size() const | idfxx::partition | inline |
| find(enum type type, enum subtype subtype=subtype::any, std::string_view label={}) | idfxx::partition | static |
| find(std::string_view label) | idfxx::partition | static |
| find_all(enum type type=type::any, enum subtype subtype=subtype::any, std::string_view label={}) | idfxx::partition | static |
| from_handle(const esp_partition_t *handle) | idfxx::partition | inlinestatic |
| idf_handle() const | idfxx::partition | inline |
| label() const | idfxx::partition | inline |
| mmap(size_t offset, size_t size, enum mmap_memory memory=mmap_memory::data) const | idfxx::partition | inline |
| mmap_memory enum name | idfxx::partition | |
| operator=(const partition &)=default | idfxx::partition | |
| operator=(partition &&)=default | idfxx::partition | |
| operator==(const partition &) const noexcept=default | idfxx::partition | |
| partition(const partition &)=default | idfxx::partition | |
| partition(partition &&)=default | idfxx::partition | |
| read(size_t offset, void *dst, size_t size) const | idfxx::partition | inline |
| read(size_t offset, std::span< uint8_t > dst) const | idfxx::partition | inline |
| read_raw(size_t offset, void *dst, size_t size) const | idfxx::partition | inline |
| read_raw(size_t offset, std::span< uint8_t > dst) const | idfxx::partition | inline |
| readonly() const | idfxx::partition | inline |
| sha256() const | idfxx::partition | inline |
| size() const | idfxx::partition | inline |
| subtype enum name | idfxx::partition | |
| subtype() const | idfxx::partition | inline |
| try_erase_range(size_t offset, size_t size) | idfxx::partition | |
| try_find(enum type type, enum subtype subtype=subtype::any, std::string_view label={}) | idfxx::partition | static |
| try_find(std::string_view label) | idfxx::partition | static |
| try_mmap(size_t offset, size_t size, enum mmap_memory memory=mmap_memory::data) const | idfxx::partition | |
| try_read(size_t offset, void *dst, size_t size) const | idfxx::partition | |
| try_read(size_t offset, std::span< uint8_t > dst) const | idfxx::partition | |
| try_read_raw(size_t offset, void *dst, size_t size) const | idfxx::partition | |
| try_read_raw(size_t offset, std::span< uint8_t > dst) const | idfxx::partition | |
| try_sha256() const | idfxx::partition | |
| try_write(size_t offset, const void *src, size_t size) | idfxx::partition | |
| try_write(size_t offset, std::span< const uint8_t > src) | idfxx::partition | |
| try_write_raw(size_t offset, const void *src, size_t size) | idfxx::partition | |
| try_write_raw(size_t offset, std::span< const uint8_t > src) | idfxx::partition | |
| type enum name | idfxx::partition | |
| type() const | idfxx::partition | inline |
| write(size_t offset, const void *src, size_t size) | idfxx::partition | inline |
| write(size_t offset, std::span< const uint8_t > src) | idfxx::partition | inline |
| write_raw(size_t offset, const void *src, size_t size) | idfxx::partition | inline |
| write_raw(size_t offset, std::span< const uint8_t > src) | idfxx::partition | inline |