Cuberite
A lightweight, fast and extensible game server for Minecraft
|
This is the complete list of members for cFile, including all inherited members.
cFile(void) | cFile | |
cFile(const AString &iFileName, eMode iMode) | cFile | |
ChangeFileExt(const AString &a_FileName, const AString &a_NewExt) | cFile | static |
Close(void) | cFile | |
Copy(const AString &a_SrcFileName, const AString &a_DstFileName) | cFile | static |
CreateFolder(const AString &a_FolderPath) | cFile | static |
CreateFolderRecursive(const AString &a_FolderPath) | cFile | static |
Delete(const AString &a_Path) | cFile | static |
DeleteFile(const AString &a_FileName) | cFile | static |
DeleteFolder(const AString &a_FolderName) | cFile | static |
DeleteFolderContents(const AString &a_FolderName) | cFile | static |
eMode enum name | cFile | |
Exists(const AString &a_FileName) | cFile | static |
Flush() | cFile | |
fmAppend enum value | cFile | |
fmRead enum value | cFile | |
fmReadWrite enum value | cFile | |
fmWrite enum value | cFile | |
GetExecutableExt() | cFile | static |
GetFolderContents(const AString &a_Folder) | cFile | static |
GetLastModificationTime(const AString &a_FileName) | cFile | static |
GetPathSeparator() | cFile | static |
GetSize(void) const | cFile | |
GetSize(const AString &a_FileName) | cFile | static |
IsEOF(void) const | cFile | |
IsFile(const AString &a_Path) | cFile | static |
IsFolder(const AString &a_Path) | cFile | static |
IsOpen(void) const | cFile | |
m_File | cFile | private |
Open(const AString &iFileName, eMode iMode) | cFile | |
PathSeparator() | cFile | inlinestatic |
Read(void *a_Buffer, size_t a_NumBytes) | cFile | |
Read(size_t a_NumBytes) | cFile | |
ReadRestOfFile(AString &a_Contents) | cFile | |
ReadWholeFile(const AString &a_FileName) | cFile | static |
Rename(const AString &a_OrigPath, const AString &a_NewPath) | cFile | static |
Seek(int iPosition) | cFile | |
Tell(void) const | cFile | |
Write(const void *a_Buffer, size_t a_NumBytes) | cFile | |
Write(std::string_view a_String) | cFile | inline |
~cFile() | cFile |