casa
5.7.0-16
|
CalIterBase: Base class for calibration table iterators. More...
#include <CalIterBase.h>
Public Member Functions | |
virtual | ~CalIterBase () |
Default destructor. More... | |
virtual CalTable & | subTable ()=0 |
Current iteration sub-table. More... | |
Protected Member Functions | |
CalIterBase () | |
Prohibit public use of the null constructor, which does not produce a usable object. More... | |
CalIterBase: Base class for calibration table iterators.
Public interface
From "calibration table iterator" and "base class"
The CalIterBase class is an abstract base class defining the common fundamental interface for different types of calibration table iterators. Specializations include sequential and indexed iterators.
Provide an abstract base class for all calibration table iterators
Definition at line 74 of file CalIterBase.h.
|
inlinevirtual |
Default destructor.
Definition at line 78 of file CalIterBase.h.
|
inlineprotected |
Prohibit public use of the null constructor, which does not produce a usable object.
Definition at line 86 of file CalIterBase.h.
|
pure virtual |
Current iteration sub-table.
Implemented in casa::CalIter.