OpenEnroth b6fd866
|
This is the complete list of members for ProxyFileSystem, including all inherited members.
_base | ProxyFileSystem | private |
_displayPath(FileSystemPathView path) const override | ProxyFileSystem | protectedvirtual |
_exists(FileSystemPathView path) const override | ProxyFileSystem | protectedvirtual |
_ls(FileSystemPathView path, std::vector< DirectoryEntry > *entries) const override | ProxyFileSystem | protectedvirtual |
_openForReading(FileSystemPathView path) const override | ProxyFileSystem | protectedvirtual |
_openForWriting(FileSystemPathView path) override | ProxyFileSystem | protectedvirtual |
_read(FileSystemPathView path) const override | ProxyFileSystem | protectedvirtual |
_remove(FileSystemPathView path) override | ProxyFileSystem | protectedvirtual |
_rename(FileSystemPathView srcPath, FileSystemPathView dstPath) override | ProxyFileSystem | protectedvirtual |
_stat(FileSystemPathView path) const override | ProxyFileSystem | protectedvirtual |
_write(FileSystemPathView path, const Blob &data) override | ProxyFileSystem | protectedvirtual |
base() const | ProxyFileSystem | inline |
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 | |
nonNullBase() const | ProxyFileSystem | protected |
openForReading(std::string_view path) const | FileSystem | |
openForReading(FileSystemPathView path) const | FileSystem | |
openForWriting(std::string_view path) | FileSystem | |
openForWriting(FileSystemPathView path) | FileSystem | |
ProxyFileSystem(FileSystem *base=nullptr) | ProxyFileSystem | inlineexplicit |
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 | |
setBase(FileSystem *base) | ProxyFileSystem | inline |
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 |