|
OpenEnroth 4cea689
|
This is the complete list of members for MaskingFileSystem, including all inherited members.
| _base | ProxyFileSystem | private |
| _displayPath(FileSystemPathView path) const override | MaskingFileSystem | privatevirtual |
| _exists(FileSystemPathView path) const override | MaskingFileSystem | privatevirtual |
| _ls(FileSystemPathView path, std::vector< DirectoryEntry > *entries) const override | MaskingFileSystem | privatevirtual |
| _masks | MaskingFileSystem | private |
| _openForReading(FileSystemPathView path) const override | MaskingFileSystem | privatevirtual |
| _openForWriting(FileSystemPathView path) override | MaskingFileSystem | privatevirtual |
| _read(FileSystemPathView path) const override | MaskingFileSystem | privatevirtual |
| _remove(FileSystemPathView path) override | MaskingFileSystem | privatevirtual |
| _rename(FileSystemPathView srcPath, FileSystemPathView dstPath) override | MaskingFileSystem | privatevirtual |
| _stat(FileSystemPathView path) const override | MaskingFileSystem | privatevirtual |
| _write(FileSystemPathView path, const Blob &data) override | MaskingFileSystem | privatevirtual |
| base() const | ProxyFileSystem | inline |
| clearMasks() | MaskingFileSystem | |
| 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 |
| isMasked(FileSystemPathView path) const | MaskingFileSystem | private |
| 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 | |
| mask(std::string_view path) | MaskingFileSystem | |
| mask(FileSystemPathView path) | MaskingFileSystem | |
| MaskingFileSystem(FileSystem *base=nullptr) | MaskingFileSystem | explicit |
| 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 | |
| unmask(std::string_view path) | MaskingFileSystem | |
| unmask(FileSystemPathView path) | MaskingFileSystem | |
| write(std::string_view path, const Blob &data) | FileSystem | |
| write(FileSystemPathView path, const Blob &data) | FileSystem | |
| ~FileSystem()=default | FileSystem | virtual |
| ~MaskingFileSystem() | MaskingFileSystem | virtual |