FastLED 3.9.15
Loading...
Searching...
No Matches

◆ ifstream() [1/5]

fl::ifstream::ifstream ( )
inline

Definition at line 69 of file fstream.h.

69: mLastRead(0), mGood(false), mEof(false), mFail(true) {}
bool mEof
Definition fstream.h:53
fl::size_t mLastRead
Definition fstream.h:51
bool mFail
Definition fstream.h:54
bool mGood
Definition fstream.h:52

References FL_NOEXCEPT, mEof, mFail, mGood, and mLastRead.

Referenced by ifstream(), ifstream(), operator=(), operator=(), read(), and seekg().

+ Here is the caller graph for this function: