|
ESPHome 2026.3.0-dev
|
Data Structures | |
| class | BigEndianLayout |
| Wrapper class for memory using big endian data layout, transparently converting it to native order. More... | |
| class | LittleEndianLayout |
| Wrapper class for memory using big endian data layout, transparently converting it to native order. More... | |
Functions | |
| template<typename T > | |
| class esphome::internal::BigEndianLayout | __attribute__ ((packed)) |
| template<typename T > | |
| class esphome::internal::LittleEndianLayout | __attribute__ ((packed)) |
| template<typename R , typename F > | |
| R | parse_number (const StringRef &str, size_t *pos, F conv) |
| template<typename R , typename F > | |
| R | parse_number (const StringRef &str, size_t *pos, int base, F conv) |
| class esphome::internal::BigEndianLayout esphome::internal::__attribute__ | ( | (packed) | ) |
| class esphome::internal::LittleEndianLayout esphome::internal::__attribute__ | ( | (packed) | ) |
|
inline |
Definition at line 208 of file string_ref.h.
|
inline |
Definition at line 216 of file string_ref.h.