#include <container.hh>
Public Member Functions | |
| Iterator () | |
| Iterator (const Iterator &it2) | |
| Iterator (Iterator &it2) | |
| ~Iterator () | |
| Iterator & | operator= (const Iterator &it2) |
| Iterator & | operator= (Iterator &it2) |
| bool | hasNext () |
| object::Object * | getNext () |
Private Member Functions | |
| Iterator (Collection0::AbstractIterator *impl) | |
Private Attributes | |
| Collection0::AbstractIterator * | impl |
Friends | |
| class | Collection |
| lout::container::untyped::Iterator::Iterator | ( | Collection0::AbstractIterator * | impl | ) | [inline, private] |
| lout::container::untyped::Iterator::Iterator | ( | ) |
References impl.
| lout::container::untyped::Iterator::Iterator | ( | const Iterator & | it2 | ) |
References impl, and lout::container::untyped::Collection0::AbstractIterator::ref().
| lout::container::untyped::Iterator::Iterator | ( | Iterator & | it2 | ) |
References impl, and lout::container::untyped::Collection0::AbstractIterator::ref().
| lout::container::untyped::Iterator::~Iterator | ( | ) |
References impl, and lout::container::untyped::Collection0::AbstractIterator::unref().
| object::Object* lout::container::untyped::Iterator::getNext | ( | ) | [inline] |
| bool lout::container::untyped::Iterator::hasNext | ( | ) | [inline] |
friend class Collection [friend] |
Referenced by getNext(), hasNext(), Iterator(), operator=(), and ~Iterator().
1.5.9