Home :: GreenPad :: editwing :: Doc :: Impl | classes |
class UniReader | ^ |
Unicodeテキスト切り分け君行単位で処理を行うことが多いので、その行毎に分ける処理を 切り出した。getLine() するたびに、指定したポインタと整数変数へ 先頭から順に行のデータを格納して行く。
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ip_doc.h:176
- Author:
- K.INABA
- Version:
- beta
Contents | ^ |
Entity Type Scope Short Description UniReader constructor public 読みとり元バッファを与えて初期化 getLine method public 一行取得 isEmpty method public 読み終わったかどうかチェック
constructor UniReader | ? ^ > |
読みとり元バッファを与えて初期化
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ip_doc.h:187
method getLine | ? ^ < > |
一行取得
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ip_doc.h:211
- Code:
public void getLine (
)
method isEmpty | ? ^ < > |
読み終わったかどうかチェック
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ip_doc.h:191
- Code:
public bool isEmpty (
)
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.