casa::CalIterBase Class Reference
[CalTables]

#include <CalIterBase.h>

Inheritance diagram for casa::CalIterBase:

Inheritance graph
[legend]
List of all members.

Detailed Description

CalIterBase: Base class for calibration table iterators.

Intended use:

Part of API

Prerequisite

Etymology

From "calibration table iterator" and "base class"

Synopsis

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.

Example

Motivation

Provide an abstract base class for all calibration table iterators

To Do

i) Deal with non-standard columns.

Definition at line 74 of file CalIterBase.h.

Public Member Functions

virtual ~CalIterBase ()
 Default destructor.
virtual CalTablesubTable ()=0
 Current iteration sub-table.

Protected Member Functions

 CalIterBase ()
 Prohibit public use of the null constructor, which does not produce a usable object.


Constructor & Destructor Documentation

virtual casa::CalIterBase::~CalIterBase (  )  [inline, virtual]

Default destructor.

Definition at line 78 of file CalIterBase.h.

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.


Member Function Documentation

virtual CalTable& casa::CalIterBase::subTable (  )  [pure virtual]

Current iteration sub-table.

Implemented in casa::CalIter.


The documentation for this class was generated from the following file:
Generated on Thu Aug 27 21:30:30 2009 for NRAOCASA by  doxygen 1.5.1