Casacore Vector iterator. More...
#include <VectorSTLIterator.h>
Casacore Vector iterator.
This class creates a random access STL iterator for an Casacore Vector. All the STL functionality is present (or if something missing can be easily added).
The following comments hold:
Vector
(non-STL) It is the same as using Vector.begin()
Vector.data()
is a fully functional STL iterator already. Vector::iterator()
rather than VectorSTLiterator
Array
classes: <class T, Bool isCont=True>
. The default is contiguous, since creation is contiguous. In that case correct iterators for e.g. contiguous arrays are supplied automatically. ->
operator Definition at line 66 of file VectorSTLIterator.h.
typedef const VectorSTLIterator<T> casacore::VectorSTLIterator< T >::const_iterator |
Definition at line 73 of file VectorSTLIterator.h.
typedef const value_type* casacore::VectorSTLIterator< T >::const_pointer |
Definition at line 71 of file VectorSTLIterator.h.
typedef const value_type& casacore::VectorSTLIterator< T >::const_reference |
Definition at line 75 of file VectorSTLIterator.h.
typedef ptrdiff_t casacore::VectorSTLIterator< T >::difference_type |
Definition at line 77 of file VectorSTLIterator.h.
typedef VectorSTLIterator<T> casacore::VectorSTLIterator< T >::iterator |
Definition at line 72 of file VectorSTLIterator.h.
typedef value_type* casacore::VectorSTLIterator< T >::pointer |
Definition at line 70 of file VectorSTLIterator.h.
typedef value_type& casacore::VectorSTLIterator< T >::reference |
Definition at line 74 of file VectorSTLIterator.h.
typedef std::size_t casacore::VectorSTLIterator< T >::size_type |
Definition at line 76 of file VectorSTLIterator.h.
typedef T casacore::VectorSTLIterator< T >::value_type |
Definition at line 69 of file VectorSTLIterator.h.
casacore::VectorSTLIterator< T >::VectorSTLIterator | ( | const Vector< T > & | c | ) | [inline, explicit] |
Constructors.
The iterator constructor from a Vector
is the same as if created from Vector.begin()
. Copy constructor and assignment can be the default ones.
Definition at line 82 of file VectorSTLIterator.h.
casacore::VectorSTLIterator< T >::VectorSTLIterator | ( | ) | [inline] |
Definition at line 87 of file VectorSTLIterator.h.
casacore::VectorSTLIterator< T >::VectorSTLIterator | ( | const typename Array< T >::IteratorSTL & | c | ) | [inline] |
Definition at line 89 of file VectorSTLIterator.h.
casacore::VectorSTLIterator< T >::VectorSTLIterator | ( | const VectorSTLIterator< T > & | that | ) | [inline] |
Copy constructor.
Definition at line 96 of file VectorSTLIterator.h.
casacore::VectorSTLIterator< T >::~VectorSTLIterator | ( | ) | [inline] |
Destructor.
Definition at line 115 of file VectorSTLIterator.h.
Bool casacore::VectorSTLIterator< T >::operator!= | ( | const_pointer const | pos | ) | const [inline] |
Definition at line 157 of file VectorSTLIterator.h.
References casacore::VectorSTLIterator< T >::iter_p.
Bool casacore::VectorSTLIterator< T >::operator!= | ( | const iterator | other | ) | const [inline] |
Definition at line 151 of file VectorSTLIterator.h.
References casacore::VectorSTLIterator< T >::iter_p.
const_reference casacore::VectorSTLIterator< T >::operator* | ( | ) | const [inline] |
Definition at line 122 of file VectorSTLIterator.h.
References casacore::VectorSTLIterator< T >::iter_p.
reference casacore::VectorSTLIterator< T >::operator* | ( | ) | [inline] |
Definition at line 121 of file VectorSTLIterator.h.
References casacore::VectorSTLIterator< T >::iter_p.
iterator casacore::VectorSTLIterator< T >::operator+ | ( | difference_type | i | ) | const [inline] |
Definition at line 137 of file VectorSTLIterator.h.
iterator casacore::VectorSTLIterator< T >::operator++ | ( | int | ) | [inline] |
Definition at line 128 of file VectorSTLIterator.h.
References casacore::VectorSTLIterator< T >::iter_p, and casacore::VectorSTLIterator< T >::step_p.
const iterator& casacore::VectorSTLIterator< T >::operator++ | ( | ) | [inline] |
Manipulation.
Definition at line 127 of file VectorSTLIterator.h.
References casacore::VectorSTLIterator< T >::iter_p, and casacore::VectorSTLIterator< T >::step_p.
iterator& casacore::VectorSTLIterator< T >::operator+= | ( | difference_type | i | ) | [inline] |
Definition at line 133 of file VectorSTLIterator.h.
References casacore::VectorSTLIterator< T >::iter_p, and casacore::VectorSTLIterator< T >::step_p.
difference_type casacore::VectorSTLIterator< T >::operator- | ( | const VectorSTLIterator< T > & | x | ) | const [inline] |
Size related.
Definition at line 144 of file VectorSTLIterator.h.
References casacore::VectorSTLIterator< T >::iter_p, and casacore::VectorSTLIterator< T >::step_p.
iterator casacore::VectorSTLIterator< T >::operator- | ( | difference_type | i | ) | const [inline] |
Definition at line 139 of file VectorSTLIterator.h.
iterator casacore::VectorSTLIterator< T >::operator-- | ( | int | ) | [inline] |
Definition at line 131 of file VectorSTLIterator.h.
References casacore::VectorSTLIterator< T >::iter_p, and casacore::VectorSTLIterator< T >::step_p.
iterator& casacore::VectorSTLIterator< T >::operator-- | ( | ) | [inline] |
Definition at line 130 of file VectorSTLIterator.h.
References casacore::VectorSTLIterator< T >::iter_p, and casacore::VectorSTLIterator< T >::step_p.
iterator& casacore::VectorSTLIterator< T >::operator-= | ( | difference_type | i | ) | [inline] |
Definition at line 135 of file VectorSTLIterator.h.
References casacore::VectorSTLIterator< T >::iter_p, and casacore::VectorSTLIterator< T >::step_p.
Bool casacore::VectorSTLIterator< T >::operator< | ( | const_pointer const | pos | ) | const [inline] |
Definition at line 159 of file VectorSTLIterator.h.
Bool casacore::VectorSTLIterator< T >::operator< | ( | const iterator & | other | ) | const [inline] |
Definition at line 153 of file VectorSTLIterator.h.
References casacore::VectorSTLIterator< T >::iter_p.
VectorSTLIterator<T>& casacore::VectorSTLIterator< T >::operator= | ( | const VectorSTLIterator< T > & | that | ) | [inline] |
Assignment.
Definition at line 103 of file VectorSTLIterator.h.
References casacore::VectorSTLIterator< T >::iter_p, casacore::VectorSTLIterator< T >::start_p, and casacore::VectorSTLIterator< T >::step_p.
Bool casacore::VectorSTLIterator< T >::operator== | ( | const_pointer const | pos | ) | const [inline] |
Definition at line 155 of file VectorSTLIterator.h.
References casacore::VectorSTLIterator< T >::iter_p.
Bool casacore::VectorSTLIterator< T >::operator== | ( | const iterator & | other | ) | const [inline] |
Comparisons.
Definition at line 149 of file VectorSTLIterator.h.
References casacore::VectorSTLIterator< T >::iter_p.
const_reference casacore::VectorSTLIterator< T >::operator[] | ( | uInt | i | ) | const [inline] |
Definition at line 119 of file VectorSTLIterator.h.
References casacore::VectorSTLIterator< T >::start_p, and casacore::VectorSTLIterator< T >::step_p.
reference casacore::VectorSTLIterator< T >::operator[] | ( | uInt | i | ) | [inline] |
Access.
Definition at line 118 of file VectorSTLIterator.h.
References casacore::VectorSTLIterator< T >::start_p, and casacore::VectorSTLIterator< T >::step_p.
pointer casacore::VectorSTLIterator< T >::pos | ( | ) | const [inline] |
Definition at line 123 of file VectorSTLIterator.h.
References casacore::VectorSTLIterator< T >::iter_p.
pointer casacore::VectorSTLIterator< T >::iter_p [protected] |
Current element pointer.
Definition at line 168 of file VectorSTLIterator.h.
Referenced by casacore::VectorSTLIterator< T >::operator!=(), casacore::VectorSTLIterator< T >::operator*(), casacore::VectorSTLIterator< T >::operator++(), casacore::VectorSTLIterator< T >::operator+=(), casacore::VectorSTLIterator< T >::operator-(), casacore::VectorSTLIterator< T >::operator--(), casacore::VectorSTLIterator< T >::operator-=(), casacore::VectorSTLIterator< T >::operator<(), casacore::VectorSTLIterator< T >::operator=(), casacore::VectorSTLIterator< T >::operator==(), and casacore::VectorSTLIterator< T >::pos().
pointer const casacore::VectorSTLIterator< T >::start_p [protected] |
Start (for random indexing).
Definition at line 160 of file VectorSTLIterator.h.
Referenced by casacore::VectorSTLIterator< T >::operator=(), and casacore::VectorSTLIterator< T >::operator[]().
difference_type casacore::VectorSTLIterator< T >::step_p [protected] |
Distance between elements.
Definition at line 166 of file VectorSTLIterator.h.
Referenced by casacore::VectorSTLIterator< T >::operator++(), casacore::VectorSTLIterator< T >::operator+=(), casacore::VectorSTLIterator< T >::operator-(), casacore::VectorSTLIterator< T >::operator--(), casacore::VectorSTLIterator< T >::operator-=(), casacore::VectorSTLIterator< T >::operator=(), and casacore::VectorSTLIterator< T >::operator[]().