Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1OrderedMapIterRep.html
Дата изменения: Unknown
Дата индексирования: Mon Feb 14 22:57:21 2011
Кодировка:
casacore: casa::OrderedMapIterRep< key, value > Class Template Reference
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes

casa::OrderedMapIterRep< key, value > Class Template Reference
[Containers_module]

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 }

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
value & getVal (uInt inx)
 Retrieve the value at the given index in the internal block which stores the representation of the OrderedMap.
const value & getVal () const
 Retrieve the value at the current iterator position.
const value & getVal (uInt inx) const
value & getVal ()
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

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

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

Definition at line 384 of file OrderedMap.h.

References casa::OrderedMapIterRep< key, value >::container.

template<class key, class value>
const key& casa::OrderedMapIterRep< key, value >::getKey (  )  const

Retrieve the key at the current iterator position.

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>
value& casa::OrderedMapIterRep< key, value >::getVal (  )  [inline]
template<class key, class value>
const value& casa::OrderedMapIterRep< key, value >::getVal ( uInt  inx  )  const [inline]
template<class key, class value>
const value& casa::OrderedMapIterRep< key, value >::getVal (  )  const

Retrieve the value at the current iterator position.

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

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

Reimplemented from casa::NoticeTarget.

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++ (  ) 

Advance the iterator to the next key.

template<class key, class value>
void casa::OrderedMapIterRep< key, value >::operator++ ( int   ) 
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 (  ) 

Move the iterator to the beginning of the Map.


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.

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

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines