|
casacore
|
#include <Array.h>
Public Member Functions | |
| 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 () |
Protected Member Functions | |
| void | increment () |
| Increment iterator for a non-contiguous array. | |
Protected Attributes | |
| const T * | itsPos |
| const T * | itsLineEnd |
| size_t | itsLineIncr |
| size_t | itsLineAxis |
| IPosition | itsCurPos |
| IPosition | itsLastPos |
| const Array< T > * | itsArray |
| bool | itsContig |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const BaseIteratorSTL &iter) |
See the function begin() and end() for a detailed description of the STL iterator capability.
|
explicit |
Create the begin const_iterator object for an Array.
|
inlineexplicit |
|
inline |
Definition at line 699 of file Array.h.
References casacore::Array< T >::BaseIteratorSTL::itsPos.
Referenced by casacore::Array< T >::IteratorSTL::operator*(), and casacore::Array< T >::IteratorSTL::operator->().
|
protected |
Increment iterator for a non-contiguous array.
Referenced by casacore::Array< T >::BaseIteratorSTL::nextElem(), and casacore::Array< T >::BaseIteratorSTL::nextLine().
|
inline |
Definition at line 679 of file Array.h.
References casacore::Array< T >::BaseIteratorSTL::increment(), casacore::Array< T >::BaseIteratorSTL::itsContig, casacore::Array< T >::BaseIteratorSTL::itsLineEnd, casacore::Array< T >::BaseIteratorSTL::itsLineIncr, and casacore::Array< T >::BaseIteratorSTL::itsPos.
Referenced by casacore::Array< T >::IteratorSTL::operator++(), casacore::Array< T >::ConstIteratorSTL::operator++(), casacore::Array< T >::IteratorSTL::operator++(), and casacore::Array< T >::ConstIteratorSTL::operator++().
|
inline |
Definition at line 687 of file Array.h.
References casacore::Array< T >::BaseIteratorSTL::increment(), casacore::Array< T >::BaseIteratorSTL::itsLineEnd, and casacore::Array< T >::BaseIteratorSTL::itsPos.
|
inline |
Definition at line 696 of file Array.h.
References casacore::Array< T >::BaseIteratorSTL::itsPos.
|
inline |
Definition at line 693 of file Array.h.
References casacore::Array< T >::BaseIteratorSTL::itsPos.
|
friend |
|
protected |
|
protected |
Definition at line 716 of file Array.h.
Referenced by casacore::Array< T >::BaseIteratorSTL::nextElem().
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 710 of file Array.h.
Referenced by casacore::Array< T >::BaseIteratorSTL::nextElem(), and casacore::Array< T >::BaseIteratorSTL::nextLine().
|
protected |
Definition at line 711 of file Array.h.
Referenced by casacore::Array< T >::BaseIteratorSTL::nextElem().
|
protected |
Definition at line 709 of file Array.h.
Referenced by casacore::Array< T >::BaseIteratorSTL::getPos(), casacore::Array< T >::BaseIteratorSTL::nextElem(), casacore::Array< T >::BaseIteratorSTL::nextLine(), casacore::Array< T >::BaseIteratorSTL::operator!=(), casacore::Array< T >::ConstIteratorSTL::operator*(), casacore::Array< T >::ConstIteratorSTL::operator->(), casacore::Array< T >::BaseIteratorSTL::operator==(), and casacore::Array< T >::ConstIteratorSTL::pos().