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

◆ clear_error()

void fl::ifstream::clear_error ( )

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

102 {
103 if (mHandle) {
104 mHandle->clear_error();
105 }
106 mFail = false;
107 updateState();
108}
filebuf_ptr mHandle
Definition fstream.h:50
bool mFail
Definition fstream.h:54
void updateState()
Definition fstream.h:56

References mFail, mHandle, and updateState().

+ Here is the call graph for this function: