|
FastLED 3.9.15
|
#include <istream.h>
Public Member Functions | |
| istream ()=default | |
| void | clear () |
| bool | eof () const |
| bool | fail () const |
| int | get () |
| istream & | getline (string &str) |
| bool | good () const |
| istream & | operator>> (char &c) |
| istream & | operator>> (double &d) |
| istream & | operator>> (fl::i16 &n) |
| istream & | operator>> (fl::i32 &n) |
| istream & | operator>> (fl::i8 &n) |
| istream & | operator>> (fl::u32 &n) |
| istream & | operator>> (fl::u8 &n) |
| istream & | operator>> (float &f) |
| istream & | operator>> (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 () |
| istream & | putback (char c) |