cppfs
1.2.0.5b71c2c98fb9
Cross-platform C++ file system library supporting multiple backends (Local-FS, SSH)
|
Representation of the local file system. More...
#include <cppfs/include/cppfs/posix/LocalFileSystem.h>
Public Member Functions | |
LocalFileSystem () | |
Constructor. More... | |
virtual | ~LocalFileSystem () |
Destructor. More... | |
virtual FileHandle | open (const std::string &path) override |
Open file or directory in file system. More... | |
virtual FileHandle | open (std::string &&path) override |
Open file or directory in file system. More... | |
LocalFileSystem () | |
Constructor. More... | |
virtual | ~LocalFileSystem () |
Destructor. More... | |
virtual FileHandle | open (const std::string &path) override |
Open file or directory in file system. More... | |
virtual FileHandle | open (std::string &&path) override |
Open file or directory in file system. More... | |
Public Member Functions inherited from cppfs::AbstractFileSystem | |
AbstractFileSystem () | |
Constructor. More... | |
virtual | ~AbstractFileSystem () |
Destructor. More... | |
Representation of the local file system.
cppfs::LocalFileSystem::LocalFileSystem | ( | ) |
Constructor.
|
virtual |
Destructor.
cppfs::LocalFileSystem::LocalFileSystem | ( | ) |
Constructor.
|
virtual |
Destructor.
|
overridevirtual |
Open file or directory in file system.
[in] | path | Path to file or directory |
Implements cppfs::AbstractFileSystem.
|
overridevirtual |
Open file or directory in file system.
[in] | path | Path to file or directory |
Implements cppfs::AbstractFileSystem.
|
overridevirtual |
Open file or directory in file system.
[in] | path | Path to file or directory |
Implements cppfs::AbstractFileSystem.
|
overridevirtual |
Open file or directory in file system.
[in] | path | Path to file or directory |
Implements cppfs::AbstractFileSystem.