OpenEnroth 73e68f7
|
This is the complete list of members for EmbeddedFileSystem, including all inherited members.
_base | EmbeddedFileSystem | private |
_displayName | EmbeddedFileSystem | private |
_displayPath(FileSystemPathView path) const override | EmbeddedFileSystem | privatevirtual |
_exists(FileSystemPathView path) const override | EmbeddedFileSystem | privatevirtual |
_ls(FileSystemPathView path, std::vector< DirectoryEntry > *entries) const override | EmbeddedFileSystem | privatevirtual |
_openForReading(FileSystemPathView path) const override | EmbeddedFileSystem | privatevirtual |
_openForWriting(FileSystemPathView path) override | ReadOnlyFileSystem | privatevirtual |
_read(FileSystemPathView path) const override | EmbeddedFileSystem | privatevirtual |
_remove(FileSystemPathView path) override | ReadOnlyFileSystem | privatevirtual |
_rename(FileSystemPathView srcPath, FileSystemPathView dstPath) override | ReadOnlyFileSystem | privatevirtual |
_stat(FileSystemPathView path) const override | EmbeddedFileSystem | privatevirtual |
_write(FileSystemPathView path, const Blob &data) override | ReadOnlyFileSystem | privatevirtual |
displayPath(std::string_view path) const | FileSystem | |
displayPath(FileSystemPathView path) const | FileSystem | |
EmbeddedFileSystem(cmrc::embedded_filesystem base, std::string_view displayName) | EmbeddedFileSystem | explicit |
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 | |
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 | |
~EmbeddedFileSystem() | EmbeddedFileSystem | virtual |
~FileSystem()=default | FileSystem | virtual |