MCPcopy Create free account
hub / github.com/FastLED/FastLED / setTreatCharAsInt

Method setTreatCharAsInt

src/fl/stl/strstream.h:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 sstream(const string &str) FL_NOEXCEPT : mStr(str) {}
38
39 void setTreatCharAsInt(bool treatCharAsInt) FL_NOEXCEPT {
40 mTreatCharAsInt = treatCharAsInt;
41 }
42
43 string str() const FL_NOEXCEPT { return mStr; }
44 const char *c_str() const FL_NOEXCEPT { return mStr.c_str(); }

Callers 2

FL_TEST_FILEFunction · 0.80
FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected