|
CeresEngine 0.2.0
A game development framework
|
This is the complete list of members for CeresEngine::IFileSystem, including all inherited members.
| createFileWatcher(ExecutionContext &executionContext, const FileHandle &directory, const FileEvents &events=FileEvent::Default, bool recursive=true)=0 | CeresEngine::IFileSystem | pure virtual |
| getLocal() noexcept | CeresEngine::IFileSystem | static |
| IFileSystem() | CeresEngine::IFileSystem | |
| mDeleter | CeresEngine::RefCounted< IFileSystem > | private |
| mRefCounter | CeresEngine::RefCounted< IFileSystem > | private |
| open(StringView path)=0 | CeresEngine::IFileSystem | pure virtual |
| open(String &&path)=0 | CeresEngine::IFileSystem | pure virtual |
| open(const char *path) | CeresEngine::IFileSystem | |
| RefCounted(Args &&... args) | CeresEngine::RefCounted< IFileSystem > | inlineexplicit |
| release() noexcept | CeresEngine::RefCounted< IFileSystem > | inline |
| retain() noexcept | CeresEngine::RefCounted< IFileSystem > | inline |
| ~IFileSystem() | CeresEngine::IFileSystem | virtual |