| ★ wanayoo — archive 1999 http://corelinux.sourceforge.net/classref/AssociativeIterator.html | Nouvelle recherche | Portail wanayoo |
The AssociativeIterator that extends Iterator to include the interface for describing an associative collection type without exposing its underlying representation.
The AssociativeIterator that extends Iterator to include the interface for describing an associative collection type without exposing its underlying representation. The implementation requires a template arguments that describes the KeyType and ElementType being iterated over.
AssociativeIterator( const AssociativeIterator &aRef )
virtual ~AssociativeIterator( void )
AssociativeIterator& operator=( const AssociativeIterator & )
bool operator==( const AssociativeIterator & aRef ) const
virtual KeyType getKey( void ) const throw(IteratorBoundsException)