Calamity Engine 1.0.0
A cross-platform 2D game engine written in C++ and SDL3.
Loading...
Searching...
No Matches
File Member List

This is the complete list of members for File, including all inherited members.

close()File
directoryCreate(const std::string &path)Filestatic
directoryEnumerate(const std::string &path)Filestatic
eofReached() constFile
fileCopy(const std::string &path1, const std::string &path2)Filestatic
fileDelete(const std::string &path)Filestatic
fileExists(const std::string &path)Filestatic
flush() constFile
getAbsoluteFilePath(const std::string &path)Filestatic
getAbsolutePath()File
getAsText()File
getFileAsText(std::string path)Filestatic
getFileSize(const std::string &path)Filestatic
getLine()File
getPosition()File
getSize() constFile
modeFile
open(std::string path, const std::string &mode)Filestatic
pathFile
seek(int offset, Whence whence) constFile
storeLine(const std::string &str)File
storeString(const std::string &str)File
~File()File