![]() |
Jopnal Engine
alpha 0.4
Simple Component Based 2D/3D Game Engine
|
This is the complete list of members for jop::FileLoader, including all inherited members.
close() | jop::FileLoader | |
deleteFile(const Directory dir, const std::string &file) | jop::FileLoader | static |
Directory enum name | jop::FileLoader | |
enableErrorChecks(const bool enable) | jop::FileLoader | static |
errorChecksEnabled() | jop::FileLoader | static |
fileExists(const std::string &path) | jop::FileLoader | static |
FileLoader() | jop::FileLoader | |
FileLoader(const std::string &path) | jop::FileLoader | explicit |
FileLoader(const Directory dir, const std::string &path, const bool append) | jop::FileLoader | |
FileLoader(FileLoader &&other) | jop::FileLoader | |
flush() | jop::FileLoader | |
getDirectory(const Directory dir) | jop::FileLoader | static |
getDirectorySeparator() | jop::FileLoader | static |
getSize() const | jop::FileLoader | |
isValid() const | jop::FileLoader | |
listFiles(const std::string &path, std::vector< std::string > &list) | jop::FileLoader | static |
listFilesRecursive(const std::string &path, std::vector< std::string > &list) | jop::FileLoader | static |
m_asset | jop::FileLoader | |
m_file | jop::FileLoader | |
makeDirectory(const Directory dir, const std::string &path) | jop::FileLoader | static |
open(const std::string &path) | jop::FileLoader | |
open(const Directory dir, const std::string &path, const bool append) | jop::FileLoader | |
operator bool() const | jop::FileLoader | |
operator=(FileLoader &&other) | jop::FileLoader | |
read(void *data, const uint64 size) | jop::FileLoader | |
readBinaryfile(const std::string &path, std::vector< uint8 > &buffer) | jop::FileLoader | static |
readTextfile(const std::string &path, std::string &file) | jop::FileLoader | static |
seek(const uint64 position) | jop::FileLoader | |
tell() const | jop::FileLoader | |
write(const void *data, const uint64 size) | jop::FileLoader | |
writeBinaryfile(const Directory dir, const std::string &path, const void *data, const std::size_t bytes, const bool append=false) | jop::FileLoader | static |
writeTextfile(const Directory dir, const std::string &path, const std::string &text, const bool append=false) | jop::FileLoader | static |
~FileLoader() | jop::FileLoader |