OpenEnroth 5e3ef65
Loading...
Searching...
No Matches
SubFileSystem Member List

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

_baseSubFileSystemprivate
_basePathSubFileSystemprivate
_displayPath(FileSystemPathView path) const overrideSubFileSystemprotectedvirtual
_exists(FileSystemPathView path) const overrideSubFileSystemprotectedvirtual
_ls(FileSystemPathView path, std::vector< DirectoryEntry > *entries) const overrideSubFileSystemprotectedvirtual
_openForReading(FileSystemPathView path) const overrideSubFileSystemprotectedvirtual
_openForWriting(FileSystemPathView path) overrideSubFileSystemprotectedvirtual
_read(FileSystemPathView path) const overrideSubFileSystemprotectedvirtual
_remove(FileSystemPathView path) overrideSubFileSystemprotectedvirtual
_rename(FileSystemPathView srcPath, FileSystemPathView dstPath) overrideSubFileSystemprotectedvirtual
_stat(FileSystemPathView path) const overrideSubFileSystemprotectedvirtual
_write(FileSystemPathView path, const Blob &data) overrideSubFileSystemprotectedvirtual
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
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
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
stat(std::string_view path) constFileSystem
stat(FileSystemPathView path) constFileSystem
SubFileSystem(FileSystemPathView basePath, FileSystem *base)SubFileSystem
SubFileSystem(std::string_view basePath, FileSystem *base)SubFileSystem
write(std::string_view path, const Blob &data)FileSystem
write(FileSystemPathView path, const Blob &data)FileSystem
~FileSystem()=defaultFileSystemvirtual