OpenEnroth 73e68f7
Loading...
Searching...
No Matches
MergingFileSystem Member List

This is the complete list of members for MergingFileSystem, including all inherited members.

_basesMergingFileSystemprivate
_displayPath(FileSystemPathView path) const overrideMergingFileSystemprivatevirtual
_exists(FileSystemPathView path) const overrideMergingFileSystemprivatevirtual
_ls(FileSystemPathView path, std::vector< DirectoryEntry > *entries) const overrideMergingFileSystemprivatevirtual
_openForReading(FileSystemPathView path) const overrideMergingFileSystemprivatevirtual
_openForWriting(FileSystemPathView path) overrideReadOnlyFileSystemprivatevirtual
_read(FileSystemPathView path) const overrideMergingFileSystemprivatevirtual
_remove(FileSystemPathView path) overrideReadOnlyFileSystemprivatevirtual
_rename(FileSystemPathView srcPath, FileSystemPathView dstPath) overrideReadOnlyFileSystemprivatevirtual
_stat(FileSystemPathView path) const overrideMergingFileSystemprivatevirtual
_write(FileSystemPathView path, const Blob &data) overrideReadOnlyFileSystemprivatevirtual
displayPath(std::string_view path) constFileSystem
displayPath(FileSystemPathView path) constFileSystem
exists(std::string_view path) constFileSystem
exists(FileSystemPathView path) constFileSystem
FileSystem()=defaultFileSystem
FileSystemTrie typedefFileSystemprotected
FileSystemTrieNode typedefFileSystemprotected
locateForReading(FileSystemPathView path) constMergingFileSystemprivate
locateForReadingOrNull(FileSystemPathView path) constMergingFileSystemprivate
ls(std::string_view path) constFileSystem
ls(FileSystemPathView path) constFileSystem
ls(std::string_view path, std::vector< DirectoryEntry > *entries) constFileSystem
ls(FileSystemPathView path, std::vector< DirectoryEntry > *entries) constFileSystem
MergingFileSystem(std::vector< const FileSystem * > bases)MergingFileSystemexplicit
openForReading(std::string_view path) constFileSystem
openForReading(FileSystemPathView path) constFileSystem
openForWriting(std::string_view path)FileSystem
openForWriting(FileSystemPathView path)FileSystem
read(std::string_view path) constFileSystem
read(FileSystemPathView path) constFileSystem
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) constReadOnlyFileSystemprivate
stat(std::string_view path) constFileSystem
stat(FileSystemPathView path) constFileSystem
write(std::string_view path, const Blob &data)FileSystem
write(FileSystemPathView path, const Blob &data)FileSystem
~FileSystem()=defaultFileSystemvirtual
~MergingFileSystem()MergingFileSystemvirtual