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

◆ ofstream() [3/5]

fl::ofstream::ofstream ( filebuf_ptr handle)
explicit

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

120 : mHandle(handle), mGood(false), mEof(false), mFail(true), mLocalError(0) {
121 updateState();
122}
int mLocalError
Definition fstream.h:213
void updateState()
Definition fstream.h:215
filebuf_ptr mHandle
Definition fstream.h:209

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

+ Here is the call graph for this function: