FastLED 3.9.12
Loading...
Searching...
No Matches
fl::FakeStrStream Class Reference

Detailed Description

Definition at line 164 of file strstream.h.

Public Member Functions

template<typename T >
FakeStrStreamoperator<< (const T &)
 
FakeStrStreamoperator<< (const char *)
 
template<typename T >
FakeStrStreamoperator= (const T &)
 
FakeStrStreamoperator<< (const CRGB &)
 
FakeStrStreamoperator<< (const Str &)
 
FakeStrStreamoperator<< (char)
 
FakeStrStreamoperator<< (uint8_t)
 
FakeStrStreamoperator<< (uint16_t)
 
FakeStrStreamoperator<< (int16_t)
 
FakeStrStreamoperator<< (uint32_t)
 
FakeStrStreamoperator<< (int32_t)
 
FakeStrStreamoperator= (const Str &)
 
FakeStrStreamoperator= (const CRGB &)
 
FakeStrStreamoperator= (uint16_t)
 
FakeStrStreamoperator= (uint8_t)
 
FakeStrStreamoperator= (char)
 

Member Function Documentation

◆ operator<<() [1/10]

FakeStrStream & fl::FakeStrStream::operator<< ( char )
inline

Definition at line 176 of file strstream.h.

◆ operator<<() [2/10]

FakeStrStream & fl::FakeStrStream::operator<< ( const char * )
inline

Definition at line 169 of file strstream.h.

◆ operator<<() [3/10]

FakeStrStream & fl::FakeStrStream::operator<< ( const CRGB & )
inline

Definition at line 174 of file strstream.h.

◆ operator<<() [4/10]

FakeStrStream & fl::FakeStrStream::operator<< ( const Str & )
inline

Definition at line 175 of file strstream.h.

◆ operator<<() [5/10]

template<typename T >
FakeStrStream & fl::FakeStrStream::operator<< ( const T & )
inline

Definition at line 167 of file strstream.h.

◆ operator<<() [6/10]

FakeStrStream & fl::FakeStrStream::operator<< ( int16_t )
inline

Definition at line 184 of file strstream.h.

◆ operator<<() [7/10]

FakeStrStream & fl::FakeStrStream::operator<< ( int32_t )
inline

Definition at line 186 of file strstream.h.

◆ operator<<() [8/10]

FakeStrStream & fl::FakeStrStream::operator<< ( uint16_t )
inline

Definition at line 183 of file strstream.h.

◆ operator<<() [9/10]

FakeStrStream & fl::FakeStrStream::operator<< ( uint32_t )
inline

Definition at line 185 of file strstream.h.

◆ operator<<() [10/10]

FakeStrStream & fl::FakeStrStream::operator<< ( uint8_t )
inline

Definition at line 182 of file strstream.h.

◆ operator=() [1/6]

FakeStrStream & fl::FakeStrStream::operator= ( char )
inline

Definition at line 192 of file strstream.h.

◆ operator=() [2/6]

FakeStrStream & fl::FakeStrStream::operator= ( const CRGB & )
inline

Definition at line 189 of file strstream.h.

◆ operator=() [3/6]

FakeStrStream & fl::FakeStrStream::operator= ( const Str & )
inline

Definition at line 188 of file strstream.h.

◆ operator=() [4/6]

template<typename T >
FakeStrStream & fl::FakeStrStream::operator= ( const T & )
inline

Definition at line 172 of file strstream.h.

◆ operator=() [5/6]

FakeStrStream & fl::FakeStrStream::operator= ( uint16_t )
inline

Definition at line 190 of file strstream.h.

◆ operator=() [6/6]

FakeStrStream & fl::FakeStrStream::operator= ( uint8_t )
inline

Definition at line 191 of file strstream.h.


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