Dillo v3.1.1-111-gd4f56d0d
|
Public Member Functions | |
ListIterator (List::Node *node) | |
bool | hasNext () |
Object * | getNext () |
Public Member Functions inherited from lout::container::untyped::Collection0::AbstractIterator | |
AbstractIterator () | |
void | ref () |
void | unref () |
Public Member Functions inherited from lout::object::Object | |
virtual | ~Object () |
The destructor is defined as virtual (but not abstract), so that destruction of Object's works properly. | |
virtual bool | equals (Object *other) |
Returns, whether two objects are equal. | |
virtual int | hashValue () |
Return a hash value for the object. | |
virtual Object * | clone () |
Return an exact copy of the object. | |
virtual void | intoStringBuffer (misc::StringBuffer *sb) |
Store a textual representation of the object in a misc::StringBuffer. | |
const char * | toString () |
Use object::Object::intoStringBuffer to return a textual representation of the object. | |
virtual size_t | sizeOf () |
Return the number of bytes, this object totally uses. | |
Private Attributes | |
List::Node * | current |
Definition at line 198 of file container.hh.
|
inline |
Definition at line 203 of file container.hh.
References current.
|
virtual |
Implements lout::container::untyped::Collection0::AbstractIterator.
Definition at line 418 of file container.cc.
|
virtual |
Implements lout::container::untyped::Collection0::AbstractIterator.
Definition at line 431 of file container.cc.
|
private |
Definition at line 201 of file container.hh.
Referenced by ListIterator().