FastLED 3.9.15
|
Definition at line 40 of file strstream.h.
#include <strstream.h>
Public Member Functions | |
StrStream ()=default | |
StrStream (const Str &str) | |
const char * | c_str () const |
void | clear () |
StrStream & | operator<< (const char &c) |
StrStream & | operator<< (const char *str) |
StrStream & | operator<< (const CRGB &rgb) |
StrStream & | operator<< (const double &f) |
StrStream & | operator<< (const float &f) |
StrStream & | operator<< (const int16_t &n) |
StrStream & | operator<< (const int32_t &n) |
StrStream & | operator<< (const Str &str) |
StrStream & | operator<< (const StrStream &strStream) |
StrStream & | operator<< (const Tile2x2_u8 &subpixel) |
StrStream & | operator<< (const uint16_t &n) |
StrStream & | operator<< (const uint32_t &n) |
StrStream & | operator<< (const uint8_t &n) |
template<typename T> | |
StrStream & | operator<< (T n) |
StrStream & | operator= (char c) |
StrStream & | operator= (const char *str) |
StrStream & | operator= (const CRGB &rgb) |
StrStream & | operator= (const Str &str) |
StrStream & | operator= (const uint16_t &n) |
StrStream & | operator= (const uint8_t &n) |
void | setTreatCharAsInt (bool treatCharAsInt) |
const Str & | str () const |
Private Attributes | |
Str | mStr |
bool | mTreatCharAsInt = true |