Formatting output Plese Wait...

zVectIterator Class Reference
[OOPS data structures.]

Inheritance diagram for zVectIterator:

Inheritance graph
[legend]
Collaboration diagram for zVectIterator:

Collaboration graph
[legend]

Public Member Functions

 zVectIterator ($vector)
 toFront ()
 Starts Iteration towards Front.
 toBack ()
 Starts Iteration towards Back.
 hasNext ()
 Checks wheather or not the current Node has a next element.
 hasPrevious ()
 Checks wheather or not the current Node has a Previous element.
 next ()
 Get the Next Item.
 previous ()
 Get the Previous Node.
 value ()
 Returns the data stored in the Current Node.
 remove ()
 Removes the Current Node and its Child nodes too.
 setValue ($val)
 setvalue to the current Node
 index ()
 Returns the Current Index.
 size ()
 Returns the Size (Length) of the target Iterable Vector.
 begin ()
 Checks wheather or not the current node is the begening node.
 end ()
 Checks wheather or not the Current Node is the Ending Node.

Data Fields

 $vector
 $direction = true
 $iterationIndex = -1

Detailed Description

Definition at line 116 of file zvect.php.


Member Function Documentation

zVectIterator::zVectIterator( unknown $vector ) 

zVectIterator::toFront( ) 

zVectIterator::toBack( ) 

zVectIterator::hasNext( ) 

zVectIterator::hasPrevious( ) 

zVectIterator::next( ) 

zVectIterator::previous( ) 

zVectIterator::value( ) 

zVectIterator::remove( ) 

zVectIterator::setValue( mixed $val ) 

zVectIterator::index( ) 

zVectIterator::size( ) 

zVectIterator::begin( ) 

zVectIterator::end( ) 


Field Documentation

zVectIterator::$vector

zVectIterator::$direction = true

zVectIterator::$iterationIndex = -1


The documentation for this class was generated from the following file:

Generated on Mon Oct 27 23:54:36 2008 for zigmoyd.kdevelop by doxygen 1.5.6
CompoundsX
Build Compounds List