#include <CalIterBase.h>
Inheritance diagram for casa::CalIterBase:

Part of API
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.
Public Member Functions | |
| virtual | ~CalIterBase () |
| Default destructor. | |
| virtual CalTable & | subTable ()=0 |
| Current iteration sub-table. | |
Protected Member Functions | |
| CalIterBase () | |
| Prohibit public use of the null constructor, which does not produce a usable object. | |
| virtual casa::CalIterBase::~CalIterBase | ( | ) | [inline, virtual] |
| casa::CalIterBase::CalIterBase | ( | ) | [inline, protected] |
Prohibit public use of the null constructor, which does not produce a usable object.
Definition at line 86 of file CalIterBase.h.
| virtual CalTable& casa::CalIterBase::subTable | ( | ) | [pure virtual] |
1.5.1