42 void setTreatCharAsInt(
bool treatCharAsInt) {
43 mTreatCharAsInt = treatCharAsInt;
46 const Str &str()
const {
return mStr; }
47 const char *c_str()
const {
return mStr.c_str(); }
90 if (mTreatCharAsInt) {
98 #if FASTLED_STRSTREAM_USES_SIZE_T
100 mStr.append(uint32_t(n));
112 if (mTreatCharAsInt) {
113 mStr.append(uint16_t(n));
131 mStr.append(uint32_t(n));
161 bool mTreatCharAsInt =
true;