casacore::Array< T >::IteratorSTL Class Reference

#include <Array.h>

Inheritance diagram for casacore::Array< T >::IteratorSTL:
casacore::Array< T >::BaseIteratorSTL

List of all members.

Public Types



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

Public Member Functions

 IteratorSTL (Array< T > &arr)
 Create the begin iterator object for an Array.
 IteratorSTL (const T *end=0)
 Create the end iterator object for an Array.
const IteratorSTLoperator++ ()
IteratorSTL operator++ (int)
T & operator* ()
T * operator-> ()

Detailed Description

template<class T>
class casacore::Array< T >::IteratorSTL

Definition at line 744 of file Array.h.


Member Typedef Documentation

template<class T>
typedef ptrdiff_t casacore::Array< T >::IteratorSTL::difference_type

Definition at line 753 of file Array.h.

template<class T>
typedef std::forward_iterator_tag casacore::Array< T >::IteratorSTL::iterator_category

Definition at line 754 of file Array.h.

template<class T>
typedef value_type* casacore::Array< T >::IteratorSTL::pointer

Definition at line 750 of file Array.h.

template<class T>
typedef value_type& casacore::Array< T >::IteratorSTL::reference

Definition at line 751 of file Array.h.

template<class T>
typedef std::size_t casacore::Array< T >::IteratorSTL::size_type

Definition at line 752 of file Array.h.

template<class T>
typedef T casacore::Array< T >::IteratorSTL::value_type

Definition at line 749 of file Array.h.


Constructor & Destructor Documentation

template<class T>
casacore::Array< T >::IteratorSTL::IteratorSTL ( Array< T > &  arr  )  [inline, explicit]

Create the begin iterator object for an Array.

Definition at line 757 of file Array.h.

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

Create the end iterator object for an Array.

It also acts as the default constructor.

Definition at line 761 of file Array.h.


Member Function Documentation

template<class T>
T& casacore::Array< T >::IteratorSTL::operator* (  )  [inline]

Definition at line 776 of file Array.h.

References casacore::Array< T >::BaseIteratorSTL::getPos().

template<class T>
IteratorSTL casacore::Array< T >::IteratorSTL::operator++ ( int   )  [inline]

Definition at line 769 of file Array.h.

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

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

Definition at line 764 of file Array.h.

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

template<class T>
T* casacore::Array< T >::IteratorSTL::operator-> (  )  [inline]

Definition at line 778 of file Array.h.

References casacore::Array< T >::BaseIteratorSTL::getPos().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1