#include <Giterator.h>
Inheritance diagram for Giterator:
Public Methods | |
virtual void | Begin ()=0 |
virtual Gobject* | Next ()=0 |
virtual bool | HasNext ()=0 |
|
Reset the iterator Reimplemented in Glist::GlistIterator, and Gvector::Iterator. |
|
Return true if an object is available with Next() Reimplemented in Glist::GlistIterator, and Gvector::Iterator. |
|
Return the next object Reimplemented in Glist::GlistIterator, and Gvector::Iterator. |