|
| | __attribute__ ((always_inline)) unquoted_string(const char *const pStr) |
| | Given a pointer to a quoted string, filter out the quotes. More...
|
| |
|
bool | WasFound () |
| |
|
uint8_t | GetLength () |
| |
|
const char * | GetUnquotedString () |
| |
◆ __attribute__()
| unquoted_string::__attribute__ |
( |
(always_inline) |
| ) |
const |
|
inline |
- Parameters
-
| pStr | A constant pointer to a constant string to be searched/filtered. Modifying the pointer is strictly forbidden. NOTE: Forcing inline saves ~36 bytes of flash |
The documentation for this struct was generated from the following file: