jubilant-funicular
nta::IOManager Member List

This is the complete list of members for nta::IOManager, including all inherited members.

fileExists(crstring path)nta::IOManagerstatic
readFileToBuffer(crstring filePath, FileBuffer &buffer)nta::IOManagerstatic
readFileToBuffer(crstring filePath, std::string &buffer)nta::IOManagerstatic
readFloatBE(std::ifstream &file) (defined in nta::IOManager)nta::IOManagerstatic
readFloatBE(const FileBuffer &buffer, int pos) (defined in nta::IOManager)nta::IOManagerstatic
readFloatLE(std::ifstream &file) (defined in nta::IOManager)nta::IOManagerstatic
readFloatLE(const FileBuffer &buffer, int pos) (defined in nta::IOManager)nta::IOManagerstatic
readIntBE(std::ifstream &file) (defined in nta::IOManager)nta::IOManagerstatic
readIntBE(const FileBuffer &buffer, int pos) (defined in nta::IOManager)nta::IOManagerstatic
readIntLE(std::ifstream &file) (defined in nta::IOManager)nta::IOManagerstatic
readIntLE(const FileBuffer &buffer, int pos) (defined in nta::IOManager)nta::IOManagerstatic
readShortBE(std::ifstream &file) (defined in nta::IOManager)nta::IOManagerstatic
readShortBE(const FileBuffer &buffer, int pos) (defined in nta::IOManager)nta::IOManagerstatic
readShortLE(std::ifstream &file) (defined in nta::IOManager)nta::IOManagerstatic
readShortLE(const FileBuffer &buffer, int pos) (defined in nta::IOManager)nta::IOManagerstatic
writeFileFromBuffer(crstring filePath, const FileBuffer &buffer)nta::IOManagerstatic
writeFileFromBuffer(crstring filePath, crstring buffer) (defined in nta::IOManager)nta::IOManagerstatic
writeFloatBE(float val, std::ofstream &file) (defined in nta::IOManager)nta::IOManagerstatic
writeFloatBE(float val, FileBuffer &buffer) (defined in nta::IOManager)nta::IOManagerstatic
writeFloatLE(float val, std::ofstream &file)nta::IOManagerstatic
writeFloatLE(float val, FileBuffer &buffer) (defined in nta::IOManager)nta::IOManagerstatic
writeIntBE(int val, std::ofstream &file) (defined in nta::IOManager)nta::IOManagerstatic
writeIntBE(int val, FileBuffer &buffer) (defined in nta::IOManager)nta::IOManagerstatic
writeIntLE(int val, std::ofstream &file)nta::IOManagerstatic
writeIntLE(int val, FileBuffer &buffer) (defined in nta::IOManager)nta::IOManagerstatic
writeShortBE(short val, std::ofstream &file) (defined in nta::IOManager)nta::IOManagerstatic
writeShortBE(short val, FileBuffer &buffer) (defined in nta::IOManager)nta::IOManagerstatic
writeShortLE(short val, std::ofstream &file)nta::IOManagerstatic
writeShortLE(short val, FileBuffer &buffer) (defined in nta::IOManager)nta::IOManagerstatic