![]() |
Murl Engine API
Version 2018.3
|
This is the complete list of members for Murl::Util::FileInterface, including all inherited members.
CloseFile(IFile *&handle) | Murl::Util::FileInterface | virtual |
CreateFolder(const String &absolutePath)=0 | Murl::Util::FileInterface | protectedpure virtual |
FileExists(const String &name, IEnums::FileCategory category)=0 | Murl::IFileInterface | pure virtual |
FileInterface() | Murl::Util::FileInterface | |
FolderExists(const String &name, IEnums::FileCategory category)=0 | Murl::IFileInterface | pure virtual |
GetAbsoluteName(const String &relativeName, IEnums::FileCategory category, String &absoluteName) | Murl::Util::FileInterface | virtual |
GetAbsolutePath(IEnums::FileCategory category, String &absolutePath)=0 | Murl::Util::FileInterface | protectedpure virtual |
GetAllFileNames(const String &relativePath, IEnums::FileCategory category, StringArray &names) | Murl::Util::FileInterface | virtual |
GetAllFolderNames(const String &relativePath, IEnums::FileCategory category, StringArray &names) | Murl::Util::FileInterface | virtual |
MapFile(const String &name, IEnums::FileCategory category, const UInt8 *&data, UInt64 &byteSize)=0 | Murl::Util::FileInterface | protectedpure virtual |
MapFileData(const String &name, IEnums::FileCategory category, ConstData &data) | Murl::Util::FileInterface | virtual |
OpenFile(const String &name, IEnums::FileCategory category, IEnums::FileAccessMode mode, Bool createFolders) | Murl::Util::FileInterface | virtual |
UnmapFile(const UInt8 *data)=0 | Murl::Util::FileInterface | protectedpure virtual |
UnmapFileData(ConstData &data) | Murl::Util::FileInterface | virtual |
~FileInterface() | Murl::Util::FileInterface | virtual |