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

◆ hasError()

bool fl::JpegDecoder::hasError ( fl::string * msg = nullptr) const
overridevirtual

Implements fl::IDecoder.

Definition at line 232 of file jpeg.cpp.hpp.

232 {
233 return mImpl->hasError(msg);
234}
fl::unique_ptr< Impl > mImpl
Definition jpeg.h:99

References mImpl.

Referenced by ~JpegDecoder().

+ Here is the caller graph for this function: