Definition at line 51 of file file_system.cpp.
|
bool | begin () override |
|
void | end () override |
|
void | close (FileHandlePtr file) override |
|
FileHandlePtr | openRead (const char *_path) override |
|
virtual bool | ls (Visitor &visitor) |
|
virtual int | ref_count () const |
|
◆ NullFileSystem()
fl::NullFileSystem::NullFileSystem |
( |
| ) |
|
|
inline |
◆ ~NullFileSystem()
fl::NullFileSystem::~NullFileSystem |
( |
| ) |
|
|
inlineoverride |
◆ begin()
bool fl::NullFileSystem::begin |
( |
| ) |
|
|
inlineoverridevirtual |
◆ close()
void fl::NullFileSystem::close |
( |
FileHandlePtr | file | ) |
|
|
inlineoverridevirtual |
◆ end()
void fl::NullFileSystem::end |
( |
| ) |
|
|
inlineoverridevirtual |
◆ openRead()
FileHandlePtr fl::NullFileSystem::openRead |
( |
const char * | _path | ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: