FastLED 3.9.12
|
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) |
bool | operator> (const Str &other) const |
bool | operator>= (const Str &other) const |
bool | operator< (const Str &other) const |
bool | operator<= (const Str &other) const |
bool | operator== (const Str &other) const |
bool | operator!= (const Str &other) const |
Str & | append (const char *str) |
Str & | append (const char *str, size_t len) |
Str & | append (const int8_t &c) |
Str & | append (const uint8_t &c) |
Str & | append (const uint16_t &val) |
Str & | append (const int16_t &val) |
Str & | append (const uint32_t &val) |
Str & | append (const int32_t &c) |
Str & | append (const StrN &str) |
Public Member Functions inherited from fl::StrN< FASTLED_STR_INLINED_SIZE > | |
StrN (const StrN< M > &other) | |
StrN (const char *str) | |
StrN (const StrN &other) | |
StrN (const char(&str)[N]) | |
void | copy (const char *str) |
void | copy (const char *str, size_t len) |
void | copy (const StrN< M > &other) |
StrN & | operator= (const char(&str)[N]) |
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 | capacity () const |
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 | write (const uint16_t &n) |
size_t | write (const uint32_t &val) |
size_t | write (const int32_t &val) |
size_t | write (const int8_t val) |
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 |
bool | empty () const |
bool | operator< (const StrN &other) const |
bool | operator< (const StrN< M > &other) const |
void | reserve (size_t newCapacity) |
void | clear (bool freeMemory=false) |
int16_t | find (const char &value) const |
StrN | substring (size_t start, size_t end) const |
StrN | trim () const |
float | toFloat () const |
|
inline |