This is the complete list of members for
TextFile, including all inherited members.
| Close(void) | TextFile | |
| Flush(void) | TextFile | |
| FormatString(BOOL *data_lost, const TCHAR *s,...) | TextFile | |
| GetAnsiPassThru(void) | TextFile | [inline] |
| GetEncoding(void) | TextFile | [inline] |
| Open(const TCHAR *filename, int filemode, int encoding=0, int bufsize=0) | TextFile | |
| ReadChar(void) | TextFile | |
| ReadLine(BOOL *data_lost, TCHAR **line_buf) | TextFile | |
| SetAnsiPassThru(bool passthru) | TextFile | |
| SetCodePage(int code_page) | TextFile | [inline] |
| SetUnknownChar(const char *unknown_char) | TextFile | |
| TextFile() | TextFile | |
| vFormatString(BOOL *data_lost, const TCHAR *s, va_list ap) | TextFile | |
| WriteChar(BOOL *data_lost, int ch) | TextFile | |
| WriteString(BOOL *data_lost, const TCHAR *s) | TextFile | |
| ~TextFile() | TextFile | |