FastLED 3.9.3
|
Public Member Functions | |
template<size_t M> | |
StrN (const StrN< M > &other) | |
StrN (const char *str) | |
StrN (const StrN &other) | |
void | copy (const char *str) |
StrN & | operator= (const StrN &other) |
template<size_t M> | |
StrN & | operator= (const StrN< M > &other) |
bool | operator== (const StrN &other) const |
bool | operator!= (const StrN &other) const |
template<size_t M> | |
void | copy (const StrN< M > &other) |
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 |
template<size_t M> | |
bool | operator< (const StrN< M > &other) const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |