AceCommon
1.6.1
Arduino library for low-level common functions and features with no external dependencies
|
A thin helper object around an array of const char*
in regular memory, or an array of const __FlashStringHelper*
in flash memory.
More...
#include <KString.h>
Public Member Functions | |
KStringKeywords (uint8_t type, const void *const *keywords) | |
const char * | get (uint8_t i) const |
Return the string pointer of index i. More... | |
A thin helper object around an array of const char*
in regular memory, or an array of const __FlashStringHelper*
in flash memory.
Simplifies some code in KString.cpp
.
|
inline |
|
inline |