casa
5.7.0-16
|
See the function begin() and end() for a detailed description of the STL iterator capability. More...
#include <Array.h>
Public Member Functions | |
BaseIteratorSTL (const Array< T > &) | |
Create the begin const_iterator object for an Array. More... | |
BaseIteratorSTL (const T *end=0) | |
Create the end const_iterator object for an Array. More... | |
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. More... | |
Protected Attributes | |
const T * | itsPos |
const T * | itsLineEnd |
size_t | itsLineIncr |
uInt | itsLineAxis |
IPosition | itsCurPos |
IPosition | itsLastPos |
const Array< T > * | itsArray |
Bool | itsContig |
Friends | |
ostream & | operator<< (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 721 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 701 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++(), and casacore::Array< T >::ConstIteratorSTL::operator++().
|
inline |
Definition at line 709 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 718 of file Array.h.
References casacore::Array< T >::BaseIteratorSTL::itsPos.
|
inline |
Definition at line 715 of file Array.h.
References casacore::Array< T >::BaseIteratorSTL::itsPos.
|
friend |
|
protected |
|
protected |
Definition at line 738 of file Array.h.
Referenced by casacore::Array< T >::BaseIteratorSTL::nextElem().
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 732 of file Array.h.
Referenced by casacore::Array< T >::BaseIteratorSTL::nextElem(), and casacore::Array< T >::BaseIteratorSTL::nextLine().
|
protected |
Definition at line 733 of file Array.h.
Referenced by casacore::Array< T >::BaseIteratorSTL::nextElem().
|
protected |
Definition at line 731 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().