FastLED 3.9.15
Loading...
Searching...
No Matches
fl::StrStream Class Reference

Detailed Description

Definition at line 37 of file strstream.h.

#include <strstream.h>

+ Collaboration diagram for fl::StrStream:

Public Member Functions

 StrStream ()=default
 
 StrStream (const Str &str)
 
const char * c_str () const
 
StrStreamoperator<< (char c)
 
StrStreamoperator<< (const char *str)
 
StrStreamoperator<< (const CRGB &rgb)
 
StrStreamoperator<< (const Str &str)
 
StrStreamoperator<< (int16_t n)
 
StrStreamoperator<< (int32_t n)
 
template<typename T>
StrStreamoperator<< (T n)
 
StrStreamoperator<< (uint16_t n)
 
StrStreamoperator<< (uint32_t n)
 
StrStreamoperator<< (uint8_t n)
 
StrStreamoperator= (char c)
 
StrStreamoperator= (const char *str)
 
StrStreamoperator= (const CRGB &rgb)
 
StrStreamoperator= (const Str &str)
 
StrStreamoperator= (uint16_t n)
 
StrStreamoperator= (uint8_t n)
 
void setTreatCharAsInt (bool treatCharAsInt)
 
const Strstr () const
 

Private Attributes

Str mStr
 
bool mTreatCharAsInt = true
 

The documentation for this class was generated from the following file: