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