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

◆ clear_error()

void fl::fstream::clear_error ( )

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

345 {
346 mLocalError = 0;
347 if (mHandle) {
348 mHandle->clear_error();
349 }
350 mFail = false;
351 updateState();
352}
void updateState()
Definition fstream.h:308
filebuf_ptr mHandle
Definition fstream.h:301
bool mFail
Definition fstream.h:305
int mLocalError
Definition fstream.h:306

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

+ Here is the call graph for this function: