Inheritance diagram for CTextFile:

Public Types | |
| enum | enc |
Public Member Functions | |
| CTextFile () | |
| virtual bool | Open (LPCTSTR lpszFileName) |
| virtual bool | Save (LPCTSTR lpszFileName, enc e) |
| enc | GetEncoding () |
| bool | IsUnicode () |
| CString | GetFilePath () const |
| ULONGLONG | GetPosition () const |
| ULONGLONG | GetLength () const |
| ULONGLONG | Seek (LONGLONG lOff, UINT nFrom) |
| void | WriteString (LPCSTR lpsz) |
| void | WriteString (LPCWSTR lpsz) |
| BOOL | ReadString (CStringA &str) |
| BOOL | ReadString (CStringW &str) |
Definition at line 26 of file TextFile.h.
1.4.5