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

◆ clear_error()

void fl::ofstream::clear_error ( )

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

210 {
211 mLocalError = 0;
212 if (mHandle) {
213 mHandle->clear_error();
214 }
215 mFail = false;
216 updateState();
217}
int mLocalError
Definition fstream.h:213
void updateState()
Definition fstream.h:215
filebuf_ptr mHandle
Definition fstream.h:209

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

+ Here is the call graph for this function: