This is the complete list of members for AZ::IO::FileIOBase, including all inherited members.
| ClearAlias(const char *alias)=0 | AZ::IO::FileIOBase | pure virtual |
| Close(HandleType fileHandle)=0 (defined in AZ::IO::FileIOBase) | AZ::IO::FileIOBase | pure virtual |
| ConvertToAlias(char *inOutBuffer, AZ::u64 bufferLength) const =0 | AZ::IO::FileIOBase | pure virtual |
| ConvertToAlias(AZ::IO::FixedMaxPath &convertedPath, const AZ::IO::PathView &path) const =0 | AZ::IO::FileIOBase | pure virtual |
| ConvertToAlias(const AZ::IO::PathView &path) const (defined in AZ::IO::FileIOBase) | AZ::IO::FileIOBase | |
| Copy(const char *sourceFilePath, const char *destinationFilePath)=0 | AZ::IO::FileIOBase | pure virtual |
| CreatePath(const char *filePath)=0 | AZ::IO::FileIOBase | pure virtual |
| DestroyPath(const char *filePath)=0 | AZ::IO::FileIOBase | pure virtual |
| Eof(HandleType fileHandle)=0 (defined in AZ::IO::FileIOBase) | AZ::IO::FileIOBase | pure virtual |
| Exists(const char *filePath)=0 | AZ::IO::FileIOBase | pure virtual |
| FindFiles(const char *filePath, const char *filter, FindFilesCallbackType callback)=0 (defined in AZ::IO::FileIOBase) | AZ::IO::FileIOBase | pure virtual |
| FindFilesCallbackType typedef | AZ::IO::FileIOBase | |
| Flush(HandleType fileHandle)=0 (defined in AZ::IO::FileIOBase) | AZ::IO::FileIOBase | pure virtual |
| GetAlias(const char *alias) const =0 | AZ::IO::FileIOBase | pure virtual |
| GetDirectInstance() | AZ::IO::FileIOBase | static |
| GetFilename(HandleType fileHandle, char *filename, AZ::u64 filenameSize) const =0 | AZ::IO::FileIOBase | pure virtual |
| GetInstance() | AZ::IO::FileIOBase | static |
| IsDirectory(const char *filePath)=0 | AZ::IO::FileIOBase | pure virtual |
| IsReadOnly(const char *filePath)=0 | AZ::IO::FileIOBase | pure virtual |
| IsRemoteIOEnabled() (defined in AZ::IO::FileIOBase) | AZ::IO::FileIOBase | inlinevirtual |
| ModificationTime(HandleType fileHandle)=0 | AZ::IO::FileIOBase | pure virtual |
| ModificationTime(const char *filePath)=0 (defined in AZ::IO::FileIOBase) | AZ::IO::FileIOBase | pure virtual |
| Open(const char *filePath, OpenMode mode, HandleType &fileHandle)=0 (defined in AZ::IO::FileIOBase) | AZ::IO::FileIOBase | pure virtual |
| Read(HandleType fileHandle, void *buffer, AZ::u64 size, bool failOnFewerThanSizeBytesRead=false, AZ::u64 *bytesRead=nullptr)=0 (defined in AZ::IO::FileIOBase) | AZ::IO::FileIOBase | pure virtual |
| Remove(const char *filePath)=0 | AZ::IO::FileIOBase | pure virtual |
| Rename(const char *originalFilePath, const char *newFilePath)=0 | AZ::IO::FileIOBase | pure virtual |
| ReplaceAlias(AZ::IO::FixedMaxPath &replacedAliasPath, const AZ::IO::PathView &path) const =0 | AZ::IO::FileIOBase | pure virtual |
| ResolvePath(const char *path, char *resolvedPath, AZ::u64 resolvedPathSize) const =0 | AZ::IO::FileIOBase | pure virtual |
| ResolvePath(AZ::IO::FixedMaxPath &resolvedPath, const AZ::IO::PathView &path) const =0 | AZ::IO::FileIOBase | pure virtual |
| ResolvePath(const AZ::IO::PathView &path) const (defined in AZ::IO::FileIOBase) | AZ::IO::FileIOBase | |
| Seek(HandleType fileHandle, AZ::s64 offset, SeekType type)=0 (defined in AZ::IO::FileIOBase) | AZ::IO::FileIOBase | pure virtual |
| SetAlias(const char *alias, const char *path)=0 | AZ::IO::FileIOBase | pure virtual |
| SetDeprecatedAlias(AZStd::string_view oldAlias, AZStd::string_view newAlias)=0 | AZ::IO::FileIOBase | pure virtual |
| SetDirectInstance(FileIOBase *instance) (defined in AZ::IO::FileIOBase) | AZ::IO::FileIOBase | static |
| SetInstance(FileIOBase *instance) (defined in AZ::IO::FileIOBase) | AZ::IO::FileIOBase | static |
| Size(const char *filePath, AZ::u64 &size)=0 | AZ::IO::FileIOBase | pure virtual |
| Size(HandleType fileHandle, AZ::u64 &size)=0 (defined in AZ::IO::FileIOBase) | AZ::IO::FileIOBase | pure virtual |
| Tell(HandleType fileHandle, AZ::u64 &offset)=0 (defined in AZ::IO::FileIOBase) | AZ::IO::FileIOBase | pure virtual |
| Write(HandleType fileHandle, const void *buffer, AZ::u64 size, AZ::u64 *bytesWritten=nullptr)=0 (defined in AZ::IO::FileIOBase) | AZ::IO::FileIOBase | pure virtual |
| ~FileIOBase() (defined in AZ::IO::FileIOBase) | AZ::IO::FileIOBase | inlinevirtual |