casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
casa::OrderedMapIterRep< key, value > Class Template Reference

OrderedMap iterator "letter". More...

#include <OrderedMap.h>

Inheritance diagram for casa::OrderedMapIterRep< key, value >:
casa::MapIterRep< key, value > casa::NoticeTarget

List of all members.

Public Types

enum  { OrderedMapIterRepVersion }
 
   
More...

Public Member Functions

Bool isValid () const
 Checks to see if the iterator is in a valid state.
Bool atEnd () const
 Checks to see if the iterator is at one of the map extremes, "atEnd()" or "atStart()".
Bool atStart () const
void toStart ()
 Move the iterator to the beginning of the Map.
void operator++ ()
 Advance the iterator to the next key.
void operator++ (int)
const key & getKey () const
 Retrieve the key at the current iterator position.
const key & getKey (uInt inx) const
valuegetVal (uInt inx)
 Retrieve the value at the given index in the internal block which stores the representation of the OrderedMap.
const valuegetVal () const
 Retrieve the value at the current iterator position.
const valuegetVal (uInt inx) const
valuegetVal ()
 Return the value at the current location of the map iterator.
MapIterRep< key, value > * Clone ()
 
   

void notify (const Notice &)
 Hook through which NoticeTargets are notified (by NoticeSources).
 OrderedMapIterRep (OrderedMap< key, value > *st)
 These constructors allow a ListMapIter to be constructed from a ListMap.
 OrderedMapIterRep (OrderedMap< key, value > &st)

Protected Member Functions

void thrownext () const
void throwInvalidIter () const

Protected Attributes

OrderedMap< key, value > * container
 
   

uInt CurIndex

Detailed Description

template<class key, class value>
class casa::OrderedMapIterRep< key, value >

OrderedMap iterator "letter".

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25
This is the "letter" which when paired (Const)MapIter "envelope"
allows traversal of "OrderedMap"s.

Definition at line 298 of file OrderedMap.h.


Member Enumeration Documentation

template<class key, class value>
anonymous enum

   

Enumerator:
OrderedMapIterRepVersion 

Definition at line 418 of file OrderedMap.h.


Constructor & Destructor Documentation

template<class key, class value>
casa::OrderedMapIterRep< key, value >::OrderedMapIterRep ( OrderedMap< key, value > *  st) [inline]

These constructors allow a ListMapIter to be constructed from a ListMap.

Definition at line 403 of file OrderedMap.h.

template<class key, class value>
casa::OrderedMapIterRep< key, value >::OrderedMapIterRep ( OrderedMap< key, value > &  st) [inline]

Definition at line 410 of file OrderedMap.h.


Member Function Documentation

template<class key, class value>
Bool casa::OrderedMapIterRep< key, value >::atEnd ( ) const [virtual]

Checks to see if the iterator is at one of the map extremes, "atEnd()" or "atStart()".

Implements casa::MapIterRep< key, value >.

template<class key, class value>
Bool casa::OrderedMapIterRep< key, value >::atStart ( ) const [virtual]
template<class key, class value>
MapIterRep<key,value>* casa::OrderedMapIterRep< key, value >::Clone ( ) [inline, virtual]
template<class key, class value>
const key& casa::OrderedMapIterRep< key, value >::getKey ( ) const [virtual]

Retrieve the key at the current iterator position.

Implements casa::MapIterRep< key, value >.

template<class key, class value>
const key& casa::OrderedMapIterRep< key, value >::getKey ( uInt  inx) const [inline]
template<class key, class value>
value& casa::OrderedMapIterRep< key, value >::getVal ( uInt  inx) [inline]

Retrieve the value at the given index in the internal block which stores the representation of the OrderedMap.


Note: This should typically not be used;

Definition at line 362 of file OrderedMap.h.

References casa::MapIterRep< key, value >::container(), casa::OrderedMapIterRep< key, value >::isValid(), and casa::OrderedMapIterRep< key, value >::throwInvalidIter().

template<class key, class value>
const value& casa::OrderedMapIterRep< key, value >::getVal ( ) const [virtual]

Retrieve the value at the current iterator position.

Implements casa::MapIterRep< key, value >.

template<class key, class value>
const value& casa::OrderedMapIterRep< key, value >::getVal ( uInt  inx) const [inline]
template<class key, class value>
value& casa::OrderedMapIterRep< key, value >::getVal ( ) [inline, virtual]

Return the value at the current location of the map iterator.

Should throw an exception if the iterator is "past the end of the Map" or if the iterator is invalid.

Implements casa::MapIterRep< key, value >.

Definition at line 380 of file OrderedMap.h.

References casa::OrderedMapIterRep< key, value >::CurIndex, and casa::OrderedMapIterRep< key, value >::getVal().

Referenced by casa::OrderedMapIterRep< key, value >::getVal().

template<class key, class value>
Bool casa::OrderedMapIterRep< key, value >::isValid ( ) const [virtual]

Checks to see if the iterator is in a valid state.

Implements casa::MapIterRep< key, value >.

Referenced by casa::OrderedMapIterRep< key, value >::getKey(), and casa::OrderedMapIterRep< key, value >::getVal().

template<class key, class value>
void casa::OrderedMapIterRep< key, value >::notify ( const Notice ) [virtual]

Hook through which NoticeTargets are notified (by NoticeSources).

Implements casa::NoticeTarget.

template<class key, class value>
void casa::OrderedMapIterRep< key, value >::operator++ ( ) [virtual]

Advance the iterator to the next key.

Implements casa::MapIterRep< key, value >.

template<class key, class value>
void casa::OrderedMapIterRep< key, value >::operator++ ( int  ) [virtual]
template<class key, class value>
void casa::OrderedMapIterRep< key, value >::throwInvalidIter ( ) const [protected]
template<class key, class value>
void casa::OrderedMapIterRep< key, value >::thrownext ( ) const [protected]
template<class key, class value>
void casa::OrderedMapIterRep< key, value >::toStart ( ) [virtual]

Move the iterator to the beginning of the Map.

Implements casa::MapIterRep< key, value >.


Member Data Documentation

template<class key, class value>
OrderedMap<key,value>* casa::OrderedMapIterRep< key, value >::container [protected]

   

Reimplemented from casa::NoticeTarget.

Definition at line 310 of file OrderedMap.h.

template<class key, class value>
uInt casa::OrderedMapIterRep< key, value >::CurIndex [protected]

Definition at line 312 of file OrderedMap.h.

Referenced by casa::OrderedMapIterRep< key, value >::getVal().


The documentation for this class was generated from the following file: