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

◆ openRead()

filebuf_ptr fl::NullFileSystem::openRead ( const char * _path)
inlineoverridevirtual

Implements fl::FsImpl.

Definition at line 79 of file file_system.cpp.hpp.

79 {
80 FASTLED_UNUSED(_path);
81 fl::shared_ptr<NullFileHandle> ptr = fl::make_shared<NullFileHandle>();
82 filebuf_ptr out = ptr;
83 return out;
84 }
shared_ptr< T > make_shared(Args &&... args) FL_NOEXCEPT
Definition shared_ptr.h:414
fl::shared_ptr< filebuf > filebuf_ptr
Definition idecoder.h:15
#define FASTLED_UNUSED(x)

References FASTLED_UNUSED, and fl::make_shared().

+ Here is the call graph for this function: