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

◆ has_error()

bool fl::detail::posix_filebuf::has_error ( ) const
overridevirtual

Implements fl::filebuf.

Definition at line 166 of file file_handle.cpp.hpp.

166 {
167 return mLastError != 0 || (mFile && fl::ferror(mFile) != 0);
168}
int ferror(FILE *file)
Check for file error.
Definition file_io.h:289

References fl::ferror(), mFile, and mLastError.

Referenced by operator=().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: