close() | adchpp::File | [inline] |
CREATE enum value | adchpp::File | |
deleteFile(const std::string &aFileName) | adchpp::File | [inline, static] |
ensureDirectory(const std::string &aFile) | adchpp::File | [static] |
File(const std::string &aFileName, int access, int mode=OPEN) | adchpp::File | |
File(const File &) | adchpp::File | [private] |
getFileName(const std::string &name) | adchpp::File | [static] |
getFilePath(const std::string &name) | adchpp::File | [static] |
getPos() | adchpp::File | [inline] |
getSize() | adchpp::File | |
getSize(const std::string &aFileName) | adchpp::File | [static] |
h | adchpp::File | [private] |
isAbsolutePath(const std::string &name) | adchpp::File | [static] |
makeAbsolutePath(const std::string &filename) | adchpp::File | [static] |
makeAbsolutePath(const std::string &path, const std::string &filename) | adchpp::File | [static] |
movePos(int64_t pos) | adchpp::File | [inline] |
OPEN enum value | adchpp::File | |
operator=(const File &) | adchpp::File | [private] |
READ enum value | adchpp::File | |
read(uint32_t len) | adchpp::File | |
read(void *buf, uint32_t len) | adchpp::File | [inline] |
read() | adchpp::File | [inline] |
renameFile(const std::string &source, const std::string &target) | adchpp::File | [inline, static] |
setEndPos(int64_t pos) | adchpp::File | [inline] |
setEOF() | adchpp::File | [inline] |
setPos(int64_t pos) | adchpp::File | [inline] |
TRUNCATE enum value | adchpp::File | |
write(const void *buf, uint32_t len) | adchpp::File | [inline] |
write(const std::string &aString) | adchpp::File | [inline] |
WRITE enum value | adchpp::File | |
~File() | adchpp::File | [inline] |