Dillo v3.1.1-111-gd4f56d0d
|
Public Member Functions | |
HashSetIterator (HashSet *set) | |
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 Member Functions | |
void | gotoNext () |
Private Attributes | |
HashSet * | set |
HashSet::Node * | node |
int | pos |
Definition at line 275 of file container.hh.
lout::container::untyped::HashSet::HashSetIterator::HashSetIterator | ( | HashSet * | set | ) |
Definition at line 589 of file container.cc.
|
virtual |
Implements lout::container::untyped::Collection0::AbstractIterator.
Definition at line 611 of file container.cc.
|
private |
Definition at line 597 of file container.cc.
|
virtual |
Implements lout::container::untyped::Collection0::AbstractIterator.
Definition at line 623 of file container.cc.
|
private |
Definition at line 279 of file container.hh.
|
private |
Definition at line 280 of file container.hh.
|
private |
Definition at line 278 of file container.hh.