Home :: GreenPad :: ki :: StdLib classes

struct RawString

^ 
    extends String as public

文字列処理+α

Stringクラス内のバッファ確保関数を呼べるようにした版Stringです。

Source:
C:\usr\develop\MyProject\GreenPad\kilib\string.h:248
Author:
K.INABA
Version:
beta

Contents

^ 
EntityTypeScopeShort Description
AllocMemmethod publicundocumented
UnlockMemmethod publicundocumented

method AllocMem

? ^  > 
undocumented
Source:
C:\usr\develop\MyProject\GreenPad\kilib\string.h:249
Code:
public TCHAR * AllocMem ( ulong m )

method UnlockMem

? ^  < > 
undocumented
Source:
C:\usr\develop\MyProject\GreenPad\kilib\string.h:250
Code:
public void UnlockMem ( )

Created Mon May 06 21:01:05 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.