casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Member Functions | Private Attributes
casa::MSDopplerIndex Class Reference

#include <MSDopplerIndex.h>

Inheritance diagram for casa::MSDopplerIndex:
casa::MSTableIndex

List of all members.

Public Member Functions

 MSDopplerIndex ()
 no index attached, use the attach function or assignment operator to change that
 MSDopplerIndex (const MSDoppler &doppler)
 construct one using the indicated DOPPLER table
 MSDopplerIndex (const MSDopplerIndex &other)
 construct one from another
virtual ~MSDopplerIndex ()
MSDopplerIndexoperator= (const MSDopplerIndex &other)
void attach (const MSDoppler &doppler)
IntdopplerId ()
 access to the doppler ID key, throws an exception if isNull() is False
IntsourceId ()
 access to the source ID key, throws an exception if isNull() is False

Private Member Functions

void attachIds ()

Private Attributes

RecordFieldPtr< IntdopplerId_p
RecordFieldPtr< IntsourceId_p

Detailed Description

Intended use:

Public interface

 <h3>Review Status</h3><dl><dt>Date Reviewed:<dd>yyyy/mm/dd</dl> 

Prerequisite

Etymology

Synopsis

Example

Motivation

Thrown Exceptions

Definition at line 72 of file MSDopplerIndex.h.


Constructor & Destructor Documentation

no index attached, use the attach function or assignment operator to change that

construct one using the indicated DOPPLER table

construct one from another


Member Function Documentation

void casa::MSDopplerIndex::attach ( const MSDoppler doppler)
void casa::MSDopplerIndex::attachIds ( ) [private]

access to the doppler ID key, throws an exception if isNull() is False

Definition at line 91 of file MSDopplerIndex.h.

References dopplerId_p.

MSDopplerIndex& casa::MSDopplerIndex::operator= ( const MSDopplerIndex other)

access to the source ID key, throws an exception if isNull() is False

Definition at line 94 of file MSDopplerIndex.h.

References sourceId_p.


Member Data Documentation

Definition at line 96 of file MSDopplerIndex.h.

Referenced by dopplerId().

Definition at line 96 of file MSDopplerIndex.h.

Referenced by sourceId().


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