casa
5.7.0-16
|
Vi2StatsWeightsIterator has the form of a CRTP base class to promote efficiency in iterator operations. More...
#include <Vi2StatsWeightsIterator.h>
Public Member Functions | |
Vi2StatsWeightsIterator & | operator++ () |
Vi2StatsWeightsIterator | operator++ (int) |
bool | operator== (const Vi2StatsWeightsIterator &rhs) |
bool | operator!= (const Vi2StatsWeightsIterator &rhs) |
casacore::Float | operator* () |
bool | atEnd () |
Protected Member Functions | |
Vi2StatsWeightsIterator (vi::VisBuffer2 *vb2) | |
Vi2StatsWeightsIterator () | |
Protected Attributes | |
vi::VisBuffer2 * | vb2 |
Vi2StatsWeightsIterator has the form of a CRTP base class to promote efficiency in iterator operations.
Definition at line 43 of file Vi2StatsWeightsIterator.h.
|
inlineprotected |
Definition at line 60 of file Vi2StatsWeightsIterator.h.
|
inlineprotected |
Definition at line 63 of file Vi2StatsWeightsIterator.h.
bool casa::Vi2StatsWeightsIterator< T >::atEnd | ( | ) |
bool casa::Vi2StatsWeightsIterator< T >::operator!= | ( | const Vi2StatsWeightsIterator< T > & | rhs | ) |
casacore::Float casa::Vi2StatsWeightsIterator< T >::operator* | ( | ) |
Vi2StatsWeightsIterator& casa::Vi2StatsWeightsIterator< T >::operator++ | ( | ) |
Vi2StatsWeightsIterator casa::Vi2StatsWeightsIterator< T >::operator++ | ( | int | ) |
bool casa::Vi2StatsWeightsIterator< T >::operator== | ( | const Vi2StatsWeightsIterator< T > & | rhs | ) |
|
protected |
Definition at line 63 of file Vi2StatsWeightsIterator.h.