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

list of read-only FITS keywords More...

#include <fits.h>

List of all members.

Public Member Functions

 ConstFitsKeywordList (FitsKeywordList &x)
const FitsKeywordoperator() (int n)
const FitsKeywordoperator() (const FITS::ReservedName &x)
const FitsKeywordnext (const FITS::ReservedName &x)
const FitsKeywordoperator() (const FITS::ReservedName &x, int n)
const FitsKeywordnext (const FITS::ReservedName &x, int n)
const FitsKeywordoperator() (const char *x)
const FitsKeywordnext (const char *x)
Bool isempty () const
void first ()
void last ()
const FitsKeywordnext ()
const FitsKeywordprev ()
const FitsKeywordcurr ()

Private Attributes

FitsKeywordListkw

Detailed Description

list of read-only FITS keywords

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25

Definition at line 956 of file fits.h.


Constructor & Destructor Documentation

Definition at line 958 of file fits.h.


Member Function Documentation

Definition at line 977 of file fits.h.

References casa::FitsKeywordList::curr(), and kw.

Definition at line 973 of file fits.h.

References casa::FitsKeywordList::first(), and kw.

Definition at line 972 of file fits.h.

References casa::FitsKeywordList::isempty(), and kw.

Definition at line 974 of file fits.h.

References kw, and casa::FitsKeywordList::last().

Definition at line 963 of file fits.h.

References kw, and casa::FitsKeywordList::next().

const FitsKeyword* casa::ConstFitsKeywordList::next ( const FITS::ReservedName x,
int  n 
) [inline]

Definition at line 967 of file fits.h.

References kw, and casa::FitsKeywordList::next().

const FitsKeyword* casa::ConstFitsKeywordList::next ( const char *  x) [inline]

Definition at line 970 of file fits.h.

References kw, and casa::FitsKeywordList::next().

Definition at line 975 of file fits.h.

References kw, and casa::FitsKeywordList::next().

const FitsKeyword* casa::ConstFitsKeywordList::operator() ( int  n) [inline]

Definition at line 960 of file fits.h.

References kw.

const FitsKeyword* casa::ConstFitsKeywordList::operator() ( const FITS::ReservedName x) [inline]

Definition at line 961 of file fits.h.

References kw.

const FitsKeyword* casa::ConstFitsKeywordList::operator() ( const FITS::ReservedName x,
int  n 
) [inline]

Definition at line 965 of file fits.h.

References kw.

const FitsKeyword* casa::ConstFitsKeywordList::operator() ( const char *  x) [inline]

Definition at line 969 of file fits.h.

References kw.

Definition at line 976 of file fits.h.

References kw, and casa::FitsKeywordList::prev().


Member Data Documentation

Definition at line 980 of file fits.h.

Referenced by curr(), first(), isempty(), last(), next(), operator()(), and prev().


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