This is the complete list of members for XsFile, including all inherited members.
| m_handle | XsFile | |
| XsFile_close(struct XsFile *thisPtr) | XsFile | related |
| XsFile_create(struct XsFile *thisPtr, const struct XsString *filename, int writeOnly) | XsFile | related |
| XsFile_createText(struct XsFile *thisPtr, const struct XsString *filename, int writeOnly) | XsFile | related |
| XsFile_destruct(struct XsFile *thisPtr) | XsFile | related |
| XsFile_eof(struct XsFile const *thisPtr) | XsFile | related |
| XsFile_erase(const struct XsString *filename) | XsFile | related |
| XsFile_error(struct XsFile const *thisPtr) | XsFile | related |
| XsFile_exists(const struct XsString *filename) | XsFile | related |
| XsFile_flush(struct XsFile *thisPtr) | XsFile | related |
| XsFile_fullPath(const struct XsString *filename, struct XsString *fullPath) | XsFile | related |
| XsFile_getc(struct XsFile *thisPtr) | XsFile | related |
| XsFile_getline(struct XsFile *thisPtr, struct XsString *line) | XsFile | related |
| XsFile_gets(struct XsFile *thisPtr, char *str, int num) | XsFile | related |
| XsFile_handle(struct XsFile *thisPtr) | XsFile | related |
| XsFile_isOpen(const struct XsFile *thisPtr) | XsFile | related |
| XsFile_open(struct XsFile *thisPtr, const struct XsString *filename, int readOnly) | XsFile | related |
| XsFile_openText(struct XsFile *thisPtr, const struct XsString *filename, int readOnly) | XsFile | related |
| XsFile_putc(struct XsFile *thisPtr, int character) | XsFile | related |
| XsFile_puts(struct XsFile *thisPtr, const char *str) | XsFile | related |
| XsFile_read(struct XsFile *thisPtr, void *destination, XsFilePos size, XsFilePos count) | XsFile | related |
| XsFile_reopen(struct XsFile *thisPtr, const struct XsString *filename, const struct XsString *mode) | XsFile | related |
| XsFile_resize(struct XsFile *thisPtr, XsFilePos fileSize) | XsFile | related |
| XsFile_seek(struct XsFile *thisPtr, XsFilePos offset) | XsFile | related |
| XsFile_seek_r(struct XsFile *thisPtr, XsFilePos offset) | XsFile | related |
| XsFile_tell(struct XsFile const *thisPtr) | XsFile | related |
| XsFile_truncate(struct XsFile *thisPtr, XsFilePos fileSize) | XsFile | related |
| XsFile_write(struct XsFile *thisPtr, const void *source, XsFilePos size, XsFilePos count) | XsFile | related |