|
OpenEnroth 20c20dc
|
This is the complete list of members for MemoryFileSystem, including all inherited members.
| _displayName | MemoryFileSystem | private |
| _displayPath(FileSystemPathView path) const override | MemoryFileSystem | privatevirtual |
| _exists(FileSystemPathView path) const override | MemoryFileSystem | privatevirtual |
| _ls(FileSystemPathView path, std::vector< DirectoryEntry > *entries) const override | MemoryFileSystem | privatevirtual |
| _openForReading(FileSystemPathView path) const override | MemoryFileSystem | privatevirtual |
| _openForWriting(FileSystemPathView path) override | MemoryFileSystem | privatevirtual |
| _read(FileSystemPathView path) const override | MemoryFileSystem | privatevirtual |
| _remove(FileSystemPathView path) override | MemoryFileSystem | privatevirtual |
| _rename(FileSystemPathView srcPath, FileSystemPathView dstPath) override | MemoryFileSystem | privatevirtual |
| _stat(FileSystemPathView path) const override | MemoryFileSystem | privatevirtual |
| _trie | MemoryFileSystem | private |
| _write(FileSystemPathView path, const Blob &data) override | MemoryFileSystem | privatevirtual |
| clear() | MemoryFileSystem | |
| 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 |
| 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 | |
| MemoryFileData typedef | MemoryFileSystem | private |
| MemoryFileSystem(std::string_view displayName) | MemoryFileSystem | explicit |
| Node typedef | MemoryFileSystem | private |
| nodeForReading(FileSystemPathView path) const | MemoryFileSystem | private |
| nodeForWriting(FileSystemPathView path) | MemoryFileSystem | private |
| 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 | |
| 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 |