Home :: GreenPad :: ki :: KTL | classes |
class olist | ^ |
オブジェクト型にも使える単方向リストほとんど何も出来ません。出来るのは末尾への追加と、独自の iteratorによるシーケンシャルなアクセスのみ。
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\ktlarray.h:120
- Author:
- K.INABA
- Version:
- beta
Contents | ^ |
Entity Type Scope Short Description ~olist destructor public デストラクタ olist constructor public コンストラクタ Add method public 末尾に要素を追加 begin method public 先頭 DelAfter method public 指定要素以降全てを削除 empty method public 空にする end method public 末尾 iterator struct public undocumented
destructor ~olist | ? ^ > |
デストラクタ
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\ktlarray.h:155
- Code:
public ~ olist ( )
constructor olist | ? ^ < > |
コンストラクタ
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\ktlarray.h:151
- Code:
public olist (
) : top_ ( NULL )
method Add | ? ^ < > |
末尾に要素を追加
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\ktlarray.h:174
- Code:
public void Add (
const T & obj )
method begin | ? ^ < > |
先頭
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\ktlarray.h:163
- Code:
public iterator begin (
)
method DelAfter | ? ^ < > |
指定要素以降全てを削除
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\ktlarray.h:193
- Code:
public void DelAfter (
iterator d )
method empty | ? ^ < > |
空にする
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\ktlarray.h:159
- Code:
public void empty (
)
method end | ? ^ < > |
末尾
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\ktlarray.h:167
- Code:
public iterator end (
)
struct iterator | ? ^ < > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\ktlarray.h:136
- Code:
public struct iterator
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.