![]() |
Nazara Engine
0.4
A fast, complete, cross-platform API designed for game development
|
This is the complete list of members for Nz::File, including all inherited members.
| AbsolutePath(const String &filePath) | Nz::File | static |
| Close() | Nz::File | |
| ComputeHash(HashType hash, const String &filePath) | Nz::File | inlinestatic |
| ComputeHash(AbstractHash *hash, const String &filePath) | Nz::File | inlinestatic |
| Copy(const String &newFilePath) | Nz::File | |
| Copy(const String &sourcePath, const String &targetPath) | Nz::File | static |
| Delete() | Nz::File | |
| Delete(const String &filePath) | Nz::File | static |
| EnableTextMode(bool textMode) | Nz::Stream | inline |
| EndOfFile() const | Nz::File | |
| EndOfStream() const override | Nz::File | virtual |
| Exists() const | Nz::File | |
| Exists(const String &filePath) | Nz::File | static |
| File() | Nz::File | |
| File(const String &filePath) | Nz::File | |
| File(const String &filePath, OpenModeFlags openMode) | Nz::File | |
| File(const File &)=delete (defined in Nz::File) | Nz::File | |
| File(File &&file) noexcept=default (defined in Nz::File) | Nz::File | |
| Flush() | Nz::Stream | inline |
| FlushStream()=0 (defined in Nz::Stream) | Nz::Stream | protectedpure virtual |
| GetCreationTime() const | Nz::File | |
| GetCreationTime(const String &filePath) | Nz::File | static |
| GetCursorPos() const override | Nz::File | virtual |
| GetDirectory() const override | Nz::File | virtual |
| GetDirectory(const String &filePath) | Nz::File | static |
| GetFileName() const | Nz::File | |
| GetLastAccessTime() const | Nz::File | |
| GetLastAccessTime(const String &filePath) | Nz::File | static |
| GetLastWriteTime() const | Nz::File | |
| GetLastWriteTime(const String &filePath) | Nz::File | static |
| GetOpenMode() const | Nz::Stream | inline |
| GetPath() const override | Nz::File | virtual |
| GetSize() const override | Nz::File | virtual |
| GetSize(const String &filePath) | Nz::File | static |
| GetStreamOptions() const | Nz::Stream | inline |
| IsAbsolute(const String &filePath) | Nz::File | static |
| IsOpen() const | Nz::File | |
| IsReadable() const | Nz::Stream | inline |
| IsSequential() const | Nz::Stream | inline |
| IsTextModeEnabled() const | Nz::Stream | inline |
| IsWritable() const | Nz::Stream | inline |
| m_openMode (defined in Nz::Stream) | Nz::Stream | protected |
| m_streamOptions (defined in Nz::Stream) | Nz::Stream | protected |
| NormalizePath(const String &filePath) | Nz::File | static |
| NormalizeSeparators(const String &filePath) | Nz::File | static |
| Open(OpenModeFlags openMode=OpenMode_NotOpen) | Nz::File | |
| Open(const String &filePath, OpenModeFlags openMode=OpenMode_NotOpen) | Nz::File | |
| operator=(const String &filePath) | Nz::File | |
| operator=(const File &)=delete (defined in Nz::File) | Nz::File | |
| operator=(File &&file) noexcept=default (defined in Nz::File) | Nz::File | |
| operator=(const Stream &)=default (defined in Nz::Stream) | Nz::Stream | |
| operator=(Stream &&)=default (defined in Nz::Stream) | Nz::Stream | |
| Read(void *buffer, std::size_t size) | Nz::Stream | inline |
| ReadLine(unsigned int lineSize=0) | Nz::Stream | virtual |
| Rename(const String &newFilePath) | Nz::File | |
| Rename(const String &sourcePath, const String &targetPath) | Nz::File | static |
| SetCursorPos(CursorPosition pos, Int64 offset=0) | Nz::File | |
| SetCursorPos(UInt64 offset) override | Nz::File | virtual |
| SetFile(const String &filePath) | Nz::File | |
| SetSize(UInt64 size) | Nz::File | |
| Stream(const Stream &)=default (defined in Nz::Stream) | Nz::Stream | |
| Stream(Stream &&)=default (defined in Nz::Stream) | Nz::Stream | |
| Stream(StreamOptionFlags streamOptions=StreamOption_None, OpenModeFlags openMode=OpenMode_NotOpen) | Nz::Stream | inlineprotected |
| Write(const ByteArray &byteArray) | Nz::Stream | |
| Write(const String &string) | Nz::Stream | |
| Write(const void *buffer, std::size_t size) | Nz::Stream | inline |
| ~File() | Nz::File | |
| ~Stream() | Nz::Stream | virtual |