|
FastLED 3.9.15
|
Definition at line 68 of file file_system.cpp.hpp.
#include <file_system.cpp.hpp>
Inheritance diagram for fl::NullFileSystem:
Collaboration diagram for fl::NullFileSystem:Public Member Functions | |
| NullFileSystem () FL_NOEXCEPT | |
| ~NullFileSystem () FL_NOEXCEPT override | |
| bool | begin () override |
| void | end () override |
| filebuf_ptr | openRead (const char *_path) override |
Public Member Functions inherited from fl::FsImpl | |
| FsImpl () FL_NOEXCEPT=default | |
| virtual | ~FsImpl () FL_NOEXCEPT |
| virtual bool | ls (Visitor &visitor) |