Home :: GreenPad :: editwing :: Doc classes

class Replace

^ 
    extends Command as public

置換コマンド
Source:
C:\usr\develop\MyProject\GreenPad\editwing\ewDoc.h:231
Author:
K.INABA
Version:
beta

Contents

^ 
EntityTypeScopeShort Description
~Replacedestructor publicundocumented
Replaceconstructor publicundocumented

destructor ~Replace

? ^  > 
undocumented
Source:
C:\usr\develop\MyProject\GreenPad\editwing\ewDoc.h:243
Code:
public ~ Replace ( )

constructor Replace

? ^  < > 
Source:
C:\usr\develop\MyProject\GreenPad\editwing\ewDoc.h:242
Params:
s 開始位置
e 終端位置
str 挿入文字列
len 文字列の長さ
del コマンド終了時にdelete [] strしてよいか?
Code:
public Replace ( const DPos & s ,
const DPos & e ,
const unicode * str ,
ulong len ,
bool del = false )

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.