Class : ListIterator

ListIterator :

prototype: ListIterator ()

description:constructors



ListIterator :

prototype: ListIterator (const List& L )

description:constructors



~ListIterator :

prototype: ~ListIterator ()

description:destructors



DefineList :

prototype: void DefineList (const List& L )

description:define list



operator :

prototype: ClassName* operator ( )

description:take an element and go to the next one



Next :

prototype: void Next ()

description:go to the next one element



Previous :

prototype: void Previous ()

description:go to the previous one element



Back to index.