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

◆ ifstream() [3/5]

fl::ifstream::ifstream ( filebuf_ptr handle)
explicit

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

20 : mHandle(handle), mLastRead(0), mGood(false), mEof(false), mFail(true) {
22}
filebuf_ptr mHandle
Definition fstream.h:50
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
void updateState()
Definition fstream.h:56

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

+ Here is the call graph for this function: