Home :: GreenPad :: ki :: KTL | classes |
class darr | ^ |
削除権専有ポインタ(配列版)
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\ktlaptr.h:197
- Author:
- K.INABA
- Version:
- beta
Contents | ^ |
Entity Type Scope Short Description ~darr destructor public デストラクタ darr constructor public コンストラクタ operator = operator public 新しいオブジェクトを所有。古いのは削除 operator [] operator public 配列要素アクセス
destructor ~darr | ? ^ > |
デストラクタ
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\ktlaptr.h:206
- Code:
public ~ darr ( )
constructor darr | ? ^ < > |
コンストラクタ
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\ktlaptr.h:202
- Code:
public explicit darr (
T * p = NULL ) : obj_ ( p )
operator = | ? ^ < > |
新しいオブジェクトを所有。古いのは削除
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\ktlaptr.h:210
- Code:
public void operator = (
T * p )
operator [] | ? ^ < > |
配列要素アクセス
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\ktlaptr.h:219
- Code:
public T & operator [] (
int i ) const
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.