casacore
Public Member Functions | Private Attributes | List of all members
casacore::ConstFitsKeywordList Class Reference

list of read-only FITS keywords More...

#include <fits.h>

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 955 of file fits.h.

Constructor & Destructor Documentation

§ ConstFitsKeywordList()

casacore::ConstFitsKeywordList::ConstFitsKeywordList ( FitsKeywordList x)
inline

Definition at line 957 of file fits.h.

Member Function Documentation

§ curr()

const FitsKeyword* casacore::ConstFitsKeywordList::curr ( )
inline

Definition at line 976 of file fits.h.

§ first()

void casacore::ConstFitsKeywordList::first ( )
inline

Definition at line 972 of file fits.h.

§ isempty()

Bool casacore::ConstFitsKeywordList::isempty ( ) const
inline

Definition at line 971 of file fits.h.

§ last()

void casacore::ConstFitsKeywordList::last ( )
inline

Definition at line 973 of file fits.h.

§ next() [1/4]

const FitsKeyword* casacore::ConstFitsKeywordList::next ( const FITS::ReservedName x)
inline

Definition at line 962 of file fits.h.

§ next() [2/4]

const FitsKeyword* casacore::ConstFitsKeywordList::next ( const FITS::ReservedName x,
int  n 
)
inline

Definition at line 966 of file fits.h.

§ next() [3/4]

const FitsKeyword* casacore::ConstFitsKeywordList::next ( const char *  x)
inline

Definition at line 969 of file fits.h.

§ next() [4/4]

const FitsKeyword* casacore::ConstFitsKeywordList::next ( )
inline

Definition at line 974 of file fits.h.

§ operator()() [1/4]

const FitsKeyword* casacore::ConstFitsKeywordList::operator() ( int  n)
inline

Definition at line 959 of file fits.h.

§ operator()() [2/4]

const FitsKeyword* casacore::ConstFitsKeywordList::operator() ( const FITS::ReservedName x)
inline

Definition at line 960 of file fits.h.

§ operator()() [3/4]

const FitsKeyword* casacore::ConstFitsKeywordList::operator() ( const FITS::ReservedName x,
int  n 
)
inline

Definition at line 964 of file fits.h.

§ operator()() [4/4]

const FitsKeyword* casacore::ConstFitsKeywordList::operator() ( const char *  x)
inline

Definition at line 968 of file fits.h.

§ prev()

const FitsKeyword* casacore::ConstFitsKeywordList::prev ( )
inline

Definition at line 975 of file fits.h.

Member Data Documentation

§ kw

FitsKeywordList& casacore::ConstFitsKeywordList::kw
private

Definition at line 979 of file fits.h.


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