casacore
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
casacore::Array< T >::ConstIteratorSTL Class Reference

#include <Array.h>

Public 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
 

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 * operator-> ()
 
const T * pos () const
 
- Public Member Functions inherited from casacore::Array< T >::BaseIteratorSTL
 BaseIteratorSTL (const Array< T > &)
 Create the begin const_iterator object for an Array.
 
 BaseIteratorSTL (const T *end=0)
 Create the end const_iterator object for an Array.
 
void nextElem ()
 
void nextLine ()
 
bool operator== (const BaseIteratorSTL &other) const
 
bool operator!= (const BaseIteratorSTL &other) const
 
T * getPos ()
 

Additional Inherited Members

- Protected Member Functions inherited from casacore::Array< T >::BaseIteratorSTL
void increment ()
 Increment iterator for a non-contiguous array.
 
- Protected Attributes inherited from casacore::Array< T >::BaseIteratorSTL
const T * itsPos
 
const T * itsLineEnd
 
size_t itsLineIncr
 
size_t itsLineAxis
 
IPosition itsCurPos
 
IPosition itsLastPos
 
const Array< T > * itsArray
 
bool itsContig
 

Detailed Description

template<typename T>
class casacore::Array< T >::ConstIteratorSTL

Definition at line 757 of file Array.h.

Member Typedef Documentation

◆ difference_type

template<typename T >
typedef ptrdiff_t casacore::Array< T >::ConstIteratorSTL::difference_type

Definition at line 766 of file Array.h.

◆ iterator_category

template<typename T >
typedef std::forward_iterator_tag casacore::Array< T >::ConstIteratorSTL::iterator_category

Definition at line 767 of file Array.h.

◆ pointer

template<typename T >
typedef const value_type* casacore::Array< T >::ConstIteratorSTL::pointer

Definition at line 763 of file Array.h.

◆ reference

template<typename T >
typedef const value_type& casacore::Array< T >::ConstIteratorSTL::reference

Definition at line 764 of file Array.h.

◆ size_type

template<typename T >
typedef std::size_t casacore::Array< T >::ConstIteratorSTL::size_type

Definition at line 765 of file Array.h.

◆ value_type

template<typename T >
typedef T casacore::Array< T >::ConstIteratorSTL::value_type


Definition at line 762 of file Array.h.

Constructor & Destructor Documentation

◆ ConstIteratorSTL() [1/3]

template<typename T >
casacore::Array< T >::ConstIteratorSTL::ConstIteratorSTL ( const Array< T > &  arr)
inlineexplicit

Create the begin const_iterator object for an Array.

Definition at line 770 of file Array.h.

◆ ConstIteratorSTL() [2/3]

template<typename T >
casacore::Array< T >::ConstIteratorSTL::ConstIteratorSTL ( const T *  end = 0)
inlineexplicit

Create the end const_iterator object for an Array.

It also acts as the default constructor.

Definition at line 774 of file Array.h.

◆ ConstIteratorSTL() [3/3]

template<typename T >
casacore::Array< T >::ConstIteratorSTL::ConstIteratorSTL ( const IteratorSTL iter)
inline

Create from a non-const iterator.

Definition at line 777 of file Array.h.

Member Function Documentation

◆ operator*()

template<typename T >
const T & casacore::Array< T >::ConstIteratorSTL::operator* ( ) const
inline

Definition at line 792 of file Array.h.

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

◆ operator++() [1/2]

template<typename T >
const ConstIteratorSTL & casacore::Array< T >::ConstIteratorSTL::operator++ ( )
inline

Definition at line 780 of file Array.h.

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

◆ operator++() [2/2]

template<typename T >
ConstIteratorSTL casacore::Array< T >::ConstIteratorSTL::operator++ ( int  )
inline

Definition at line 785 of file Array.h.

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

◆ operator->()

template<typename T >
const T * casacore::Array< T >::ConstIteratorSTL::operator-> ( )
inline

Definition at line 794 of file Array.h.

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

◆ pos()

template<typename T >
const T * casacore::Array< T >::ConstIteratorSTL::pos ( ) const
inline

Definition at line 797 of file Array.h.

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


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