casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
casa::Vi2StatsWeightsIterator< T > Class Template Reference

Vi2StatsWeightsIterator has the form of a CRTP base class to promote efficiency in iterator operations. More...

#include <Vi2StatsWeightsIterator.h>

Inheritance diagram for casa::Vi2StatsWeightsIterator< T >:

Public Member Functions

Vi2StatsWeightsIteratoroperator++ ()
 
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::VisBuffer2vb2
 

Detailed Description

template<class T>
class casa::Vi2StatsWeightsIterator< T >

Vi2StatsWeightsIterator has the form of a CRTP base class to promote efficiency in iterator operations.

Definition at line 43 of file Vi2StatsWeightsIterator.h.

Constructor & Destructor Documentation

template<class T>
casa::Vi2StatsWeightsIterator< T >::Vi2StatsWeightsIterator ( vi::VisBuffer2 vb2)
inlineprotected

Definition at line 60 of file Vi2StatsWeightsIterator.h.

template<class T>
casa::Vi2StatsWeightsIterator< T >::Vi2StatsWeightsIterator ( )
inlineprotected

Definition at line 63 of file Vi2StatsWeightsIterator.h.

Member Function Documentation

template<class T>
bool casa::Vi2StatsWeightsIterator< T >::atEnd ( )
template<class T>
bool casa::Vi2StatsWeightsIterator< T >::operator!= ( const Vi2StatsWeightsIterator< T > &  rhs)
template<class T>
casacore::Float casa::Vi2StatsWeightsIterator< T >::operator* ( )
template<class T>
Vi2StatsWeightsIterator& casa::Vi2StatsWeightsIterator< T >::operator++ ( )
template<class T>
Vi2StatsWeightsIterator casa::Vi2StatsWeightsIterator< T >::operator++ ( int  )
template<class T>
bool casa::Vi2StatsWeightsIterator< T >::operator== ( const Vi2StatsWeightsIterator< T > &  rhs)

Member Data Documentation

template<class T>
vi::VisBuffer2* casa::Vi2StatsWeightsIterator< T >::vb2
protected

Definition at line 63 of file Vi2StatsWeightsIterator.h.


The documentation for this class was generated from the following file: