casa::Array< T >::ConstIteratorSTL Class Reference

#include <Array.h>

Inheritance diagram for casa::Array< T >::ConstIteratorSTL:

Inheritance graph
[legend]
Collaboration diagram for casa::Array< T >::ConstIteratorSTL:

Collaboration graph
[legend]
List of all members.

Detailed Description

template<class T>
class casa::Array< T >::ConstIteratorSTL

Definition at line 617 of file Array.h.

Public Member Functions

 ConstIteratorSTL (const Array< T > &arr)
 Create the begin const_iterator object for an Array.
 ConstIteratorSTL (const T *end=0)
 Create the end const_iterator object for an Array.
 ConstIteratorSTL (const IteratorSTL &iter)
 Create from a non-const iterator.
const ConstIteratorSTLoperator++ ()
ConstIteratorSTL operator++ (int)
const T & operator * () const
const T * pos () const

Private Types

typedef T value_type
 
typedef const value_typepointer
typedef const value_typereference
typedef std::size_t size_type
typedef ptrdiff_t difference_type
typedef std::forward_iterator_tag iterator_category


Member Typedef Documentation

template<class T>
typedef T casa::Array< T >::ConstIteratorSTL::value_type [private]

Definition at line 621 of file Array.h.

template<class T>
typedef const value_type* casa::Array< T >::ConstIteratorSTL::pointer [private]

Definition at line 622 of file Array.h.

template<class T>
typedef const value_type& casa::Array< T >::ConstIteratorSTL::reference [private]

Definition at line 623 of file Array.h.

template<class T>
typedef std::size_t casa::Array< T >::ConstIteratorSTL::size_type [private]

Definition at line 624 of file Array.h.

template<class T>
typedef ptrdiff_t casa::Array< T >::ConstIteratorSTL::difference_type [private]

Definition at line 625 of file Array.h.

template<class T>
typedef std::forward_iterator_tag casa::Array< T >::ConstIteratorSTL::iterator_category [private]

Definition at line 626 of file Array.h.


Constructor & Destructor Documentation

template<class T>
casa::Array< T >::ConstIteratorSTL::ConstIteratorSTL ( const Array< T > &  arr  )  [inline, explicit]

Create the begin const_iterator object for an Array.

Definition at line 630 of file Array.h.

template<class T>
casa::Array< T >::ConstIteratorSTL::ConstIteratorSTL ( const T *  end = 0  )  [inline, explicit]

Create the end const_iterator object for an Array.

It also acts as the default constructor.

Definition at line 634 of file Array.h.

template<class T>
casa::Array< T >::ConstIteratorSTL::ConstIteratorSTL ( const IteratorSTL iter  )  [inline]

Create from a non-const iterator.

Definition at line 637 of file Array.h.


Member Function Documentation

template<class T>
const ConstIteratorSTL& casa::Array< T >::ConstIteratorSTL::operator++ (  )  [inline]

Definition at line 640 of file Array.h.

References casa::Array< T >::BaseIteratorSTL::nextElem().

template<class T>
ConstIteratorSTL casa::Array< T >::ConstIteratorSTL::operator++ ( int   )  [inline]

Definition at line 645 of file Array.h.

References casa::Array< T >::BaseIteratorSTL::nextElem().

template<class T>
const T& casa::Array< T >::ConstIteratorSTL::operator * (  )  const [inline]

Definition at line 652 of file Array.h.

References casa::Array< T >::BaseIteratorSTL::itsPos.

template<class T>
const T* casa::Array< T >::ConstIteratorSTL::pos (  )  const [inline]

Definition at line 655 of file Array.h.

References casa::Array< T >::BaseIteratorSTL::itsPos.


The documentation for this class was generated from the following file:
Generated on Mon Sep 1 22:43:29 2008 for NRAOCASA by  doxygen 1.5.1