|
Dillo v3.2.0-94-g097ad90e
|
Public Member Functions | |
| VectorIterator (Vector *vector) | |
| 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. | |
| 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 | |
| Vector * | vector |
| int | index |
Definition at line 133 of file container.hh.
|
inline |
Definition at line 140 of file container.hh.
|
virtual |
Implements lout::container::untyped::Collection0::AbstractIterator.
Definition at line 281 of file container.cc.
References lout::container::untyped::Vector::array, index, lout::container::untyped::Vector::numElements, and vector.
|
virtual |
Implements lout::container::untyped::Collection0::AbstractIterator.
Definition at line 289 of file container.cc.
|
private |
Definition at line 137 of file container.hh.
Referenced by getNext(), and VectorIterator().
|
private |
Definition at line 136 of file container.hh.
Referenced by getNext(), and VectorIterator().