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

Public Member Functions | |
| AssociativeIterator (void) | |
| Default constructor. | |
| AssociativeIterator (const AssociativeIterator &aRef) | |
| Copy constructor. | |
| virtual | ~AssociativeIterator (void) |
| Destructor. | |
| AssociativeIterator & | operator= (const AssociativeIterator &) |
| Assignment operator. | |
| bool | operator== (const AssociativeIterator &aRef) const |
| Equality operator. | |
| virtual KeyType | getKey (void) const =0 throw (IteratorBoundsException) |
| getKey returns the KeyType instance that is currently pointed to by the AssociativeIterator | |
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
Implemented in corelinux::CoreLinuxAssociativeIterator< TraverseType, KeyType, ElementType >. |
|
||||||||||
|
Assignment operator.
|
|
||||||||||
|
Equality operator.
|