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

Detailed Description

Definition at line 92 of file istream.h.

#include <istream.h>

Public Member Functions

 istream ()=default
 
void clear ()
 
bool eof () const
 
bool fail () const
 
int get ()
 
istreamgetline (string &str)
 
bool good () const
 
istreamoperator>> (char &c)
 
istreamoperator>> (double &d)
 
istreamoperator>> (fl::i16 &n)
 
istreamoperator>> (fl::i32 &n)
 
istreamoperator>> (fl::i8 &n)
 
istreamoperator>> (fl::u32 &n)
 
istreamoperator>> (fl::u8 &n)
 
istreamoperator>> (float &f)
 
istreamoperator>> (string &str)
 
template<typename T>
fl::enable_if< fl::is_same< T, fl::size >::value||fl::is_same< T, fl::u16 >::value, istream & >::type operator>> (T &n)
 
int peek ()
 
istreamputback (char c)
 

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