|
OpenEnroth d2dc72f
|
This is the complete list of members for MergingFileSystem, including all inherited members.
| _bases | MergingFileSystem | private |
| _displayPath(FileSystemPathView path) const override | MergingFileSystem | privatevirtual |
| _exists(FileSystemPathView path) const override | MergingFileSystem | privatevirtual |
| _ls(FileSystemPathView path, std::vector< DirectoryEntry > *entries) const override | MergingFileSystem | privatevirtual |
| _openForReading(FileSystemPathView path) const override | MergingFileSystem | privatevirtual |
| _openForWriting(FileSystemPathView path) override | ReadOnlyFileSystem | privatevirtual |
| _read(FileSystemPathView path) const override | MergingFileSystem | privatevirtual |
| _remove(FileSystemPathView path) override | ReadOnlyFileSystem | privatevirtual |
| _rename(FileSystemPathView srcPath, FileSystemPathView dstPath) override | ReadOnlyFileSystem | privatevirtual |
| _stat(FileSystemPathView path) const override | MergingFileSystem | privatevirtual |
| _write(FileSystemPathView path, const Blob &data) override | ReadOnlyFileSystem | privatevirtual |
| 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 |
| locateForReading(FileSystemPathView path) const | MergingFileSystem | private |
| locateForReadingOrNull(FileSystemPathView path) const | MergingFileSystem | 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 | |
| MergingFileSystem(std::vector< const FileSystem * > bases) | MergingFileSystem | explicit |
| openForReading(std::string_view path) const | FileSystem | |
| openForReading(FileSystemPathView path) const | FileSystem | |
| openForWriting(std::string_view path) | FileSystem | |
| openForWriting(FileSystemPathView path) | FileSystem | |
| 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 | |
| reportWriteError(FileSystemPathView path) const | ReadOnlyFileSystem | private |
| 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 |
| ~MergingFileSystem() | MergingFileSystem | virtual |