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

◆ fstream() [1/5]

fl::fstream::fstream ( )
inline

Definition at line 321 of file fstream.h.

321: mLastRead(0), mGood(false), mEof(false), mFail(true), mLocalError(0) {}
bool mGood
Definition fstream.h:303
bool mEof
Definition fstream.h:304
bool mFail
Definition fstream.h:305
fl::size_t mLastRead
Definition fstream.h:302
int mLocalError
Definition fstream.h:306

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

Referenced by fstream(), fstream(), operator=(), operator=(), read(), seekg(), and write().

+ Here is the caller graph for this function: