OpenEnroth 73e68f7
|
This is the complete list of members for FileSystem, including all inherited members.
_displayPath(FileSystemPathView path) const =0 | FileSystem | protectedpure virtual |
_exists(FileSystemPathView path) const =0 | FileSystem | protectedpure virtual |
_ls(FileSystemPathView path, std::vector< DirectoryEntry > *entries) const =0 | FileSystem | protectedpure virtual |
_openForReading(FileSystemPathView path) const =0 | FileSystem | protectedpure virtual |
_openForWriting(FileSystemPathView path)=0 | FileSystem | protectedpure virtual |
_read(FileSystemPathView path) const =0 | FileSystem | protectedpure virtual |
_remove(FileSystemPathView path)=0 | FileSystem | protectedpure virtual |
_rename(FileSystemPathView srcPath, FileSystemPathView dstPath) | FileSystem | protectedvirtual |
_stat(FileSystemPathView path) const =0 | FileSystem | protectedpure virtual |
_write(FileSystemPathView path, const Blob &data)=0 | FileSystem | protectedpure virtual |
displayPath(std::string_view path) const | FileSystem | |
displayPath(FileSystemPathView path) const | FileSystem | |
exists(std::string_view path) const | FileSystem | |
exists(FileSystemPathView path) const | FileSystem | |
FileSystem()=default | FileSystem | |
FileSystemTrie typedef | FileSystem | protected |
FileSystemTrieNode typedef | FileSystem | protected |
ls(std::string_view path) const | FileSystem | |
ls(FileSystemPathView path) const | FileSystem | |
ls(std::string_view path, std::vector< DirectoryEntry > *entries) const | FileSystem | |
ls(FileSystemPathView path, std::vector< DirectoryEntry > *entries) const | FileSystem | |
openForReading(std::string_view path) const | FileSystem | |
openForReading(FileSystemPathView path) const | FileSystem | |
openForWriting(std::string_view path) | FileSystem | |
openForWriting(FileSystemPathView path) | FileSystem | |
ProxyFileSystem | FileSystem | friend |
read(std::string_view path) const | FileSystem | |
read(FileSystemPathView path) const | FileSystem | |
remove(std::string_view path) | FileSystem | |
remove(FileSystemPathView path) | FileSystem | |
rename(std::string_view srcPath, std::string_view dstPath) | FileSystem | |
rename(FileSystemPathView srcPath, FileSystemPathView dstPath) | FileSystem | |
stat(std::string_view path) const | FileSystem | |
stat(FileSystemPathView path) const | FileSystem | |
write(std::string_view path, const Blob &data) | FileSystem | |
write(FileSystemPathView path, const Blob &data) | FileSystem | |
~FileSystem()=default | FileSystem | virtual |