#include <AssociativeIterator.hpp>
Inheritance diagram for corelinux::AssociativeIterator::

Public Methods | |
| AssociativeIterator (void) | |
| Default constructor. | |
| AssociativeIterator (const AssociativeIterator &aRef) | |
| Copy constructor. More... | |
| virtual | ~AssociativeIterator (void) |
| Destructor. | |
| AssociativeIterator & | operator= (const AssociativeIterator &) |
| Assignment operator. More... | |
| bool | operator== (const AssociativeIterator &aRef) const |
| Equality operator. More... | |
| virtual KeyType | getKey (void) const=0 throw (IteratorBoundsException) |
| getKey returns the KeyType instance that is currently pointed to by the AssociativeIterator. More... | |
The implementation requires a template arguments that describes the KeyType and ElementType being iterated over.
|
||||||||||
|
Copy constructor.
|
|
||||||||||
|
getKey returns the KeyType instance that is currently pointed to by the AssociativeIterator.
Reimplemented in corelinux::CoreLinuxAssociativeIterator. |
|
||||||||||
|
Assignment operator.
|
|
||||||||||
|
Equality operator.
|