Home :: GreenPad :: ki :: StdLib | classes |
class TextFileW | ^ |
テキストファイル書込Unicode文字列を受け取り、指定された文字コードに変換しながら出力する。
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\textfile.h:171
- Author:
- K.INABA
- Version:
- beta
Contents | ^ |
Entity Type Scope Short Description ~TextFileW destructor public undocumented TextFileW constructor public コンストラクタ(文字,改行コード指定) Close method public 閉じる Open method public 開く WriteLine method public 一行書き出し
destructor ~TextFileW | ? ^ > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\textfile.h:176
- Code:
public ~ TextFileW ( )
constructor TextFileW | ? ^ < > |
コンストラクタ(文字,改行コード指定)
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\textfile.h:175
- Code:
public TextFileW (
int charset ,
int linebreak )
method Close | ? ^ < > |
閉じる
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\textfile.h:182
- Code:
public void Close (
)
method Open | ? ^ < > |
開く
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\textfile.h:179
- Code:
public bool Open (
const TCHAR * fname )
method WriteLine | ? ^ < > |
一行書き出し
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\textfile.h:185
Created Mon May 06 21:01:04 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_msvc_MSWin32-4.0.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.