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

◆ is_open()

bool fl::ifstream::is_open ( ) const
inline

Definition at line 111 of file fstream.h.

111 {
112 return mHandle && mHandle->is_open();
113 }
filebuf_ptr mHandle
Definition fstream.h:50

References mHandle.

Referenced by fl::FileSystem::loadJpeg(), fl::FileSystem::openMp3(), fl::FileSystem::openMpeg1Video(), fl::FileSystem::openVideo(), fl::FileSystem::readText(), and valid().

+ Here is the caller graph for this function: