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

Detailed Description

Definition at line 19 of file ostream.h.

#include <ostream.h>

Public Member Functions

 ostream ()=default
 
ostreamoperator<< (char c)
 
ostreamoperator<< (const char *str)
 
ostreamoperator<< (const CRGB &rgb)
 
ostreamoperator<< (const string &str)
 
template<typename T>
fl::enable_if<!fl::is_same< T, fl::size >::value &&!fl::is_same< T, fl::u16 >::value, ostream & >::type operator<< (const T &value)
 
ostreamoperator<< (double d)
 
ostreamoperator<< (fl::i16 n)
 
ostreamoperator<< (fl::i32 n)
 
ostreamoperator<< (fl::i8 n)
 
ostreamoperator<< (fl::u32 n)
 
ostreamoperator<< (fl::u8 n)
 
ostreamoperator<< (float f)
 
template<typename T>
fl::enable_if< fl::is_same< T, fl::size >::value||fl::is_same< T, fl::u16 >::value, ostream & >::type operator<< (T n)
 

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