26#ifndef CASA_VECTORITER_2_H
27#define CASA_VECTORITER_2_H
132#include "VectorIter.tcc"
std::unique_ptr< Array< T > > ap_p
The cursor.
Iterate a Vector cursor through another Array.
const Vector< T > & vector()
const Array< T > & array()
ReadOnlyVectorIterator(const ReadOnlyVectorIterator< T > &)=delete
Not implemented.
const IPosition & pos() const
ReadOnlyVectorIterator< T > & operator=(const ReadOnlyVectorIterator< T > &)=delete
Not implemented.
ReadOnlyVectorIterator(const Array< T > &a, size_t axis=0)
Vector< T > & vector()
Return a Vector at the current position.
VectorIterator< T > & operator=(const VectorIterator< T > &)=delete
Not implemented.
VectorIterator(Array< T > &a, size_t axis=0)
Iterate by vector cursors through array "a".
VectorIterator(const VectorIterator< T > &)=delete
Not implemented.
this file contains all the compiler specific defines