FastLED 3.9.3
|
Public Member Functions | |
Str (const char *str) | |
Str (const Str &other) | |
template<size_t M> | |
Str (const StrN< M > &other) | |
Str & | operator= (const Str &other) |
Public Member Functions inherited from StrN< FASTLED_STR_INLINED_SIZE > | |
StrN (const StrN< M > &other) | |
StrN (const char *str) | |
StrN (const StrN &other) | |
void | copy (const char *str) |
void | copy (const StrN< M > &other) |
StrN & | operator= (const StrN &other) |
StrN & | operator= (const StrN< M > &other) |
bool | operator== (const StrN &other) const |
bool | operator!= (const StrN &other) const |
size_t | write (int n) |
size_t | write (const uint8_t *data, size_t n) |
size_t | write (const char *str, size_t n) |
size_t | write (char c) |
size_t | write (uint8_t c) |
size_t | size () const |
size_t | length () const |
const char * | c_str () const |
char * | c_str_mutable () |
char & | operator[] (size_t index) |
const char & | operator[] (size_t index) const |
void | append (const char *str) |
bool | operator< (const StrN &other) const |
bool | operator< (const StrN< M > &other) const |