Class CFW_Util_Stack

Description

スタック

  • author: okada

Located in /Util/Stack.php (line 7)


	
			
Variable Summary
unknown_type $arr
unknown_type $sp
Method Summary
unknown_type __construct ()
unknown_type dump ()
unknown_type element ($p $p)
unknown_type last ()
unknown_type pointer ()
unknown_type pop ()
unknown_type push ($val $val)
Variables
unknown_type $arr (line 17)

スタックデータ

unknown_type $sp (line 12)

スタックポインタ

Methods
Constructor __construct (line 22)

構築

  • access: public
unknown_type __construct ()
dump (line 72)

ダンプ

  • access: public
unknown_type dump ()
element (line 48)

スタックデータから指定位置の要素を取得

  • access: public
unknown_type element ($p $p)
  • $p $p
last (line 58)

最後の要素取得

  • access: public
unknown_type last ()
pointer (line 65)

現在のスタックポインターを取得

  • access: public
unknown_type pointer ()
pop (line 39)

スタックデータからのポップ

  • access: public
unknown_type pop ()
push (line 31)

スタックデータへのプッシュ

  • access: public
unknown_type push ($val $val)
  • $val $val

Documentation generated on Fri, 25 Dec 2009 22:46:08 +0900 by phpDocumentor 1.4.3