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

◆ fstream() [3/5]

fl::fstream::fstream ( filebuf_ptr handle)
explicit

Definition at line 228 of file fstream.cpp.hpp.

229 : mHandle(handle), mLastRead(0), mGood(false), mEof(false), mFail(true), mLocalError(0) {
230 updateState();
231}
bool mGood
Definition fstream.h:303
bool mEof
Definition fstream.h:304
void updateState()
Definition fstream.h:308
filebuf_ptr mHandle
Definition fstream.h:301
bool mFail
Definition fstream.h:305
fl::size_t mLastRead
Definition fstream.h:302
int mLocalError
Definition fstream.h:306

References mEof, mFail, mGood, mHandle, mLastRead, mLocalError, and updateState().

+ Here is the call graph for this function: