casacore
Loading...
Searching...
No Matches
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 949 of file fits.h.

Constructor & Destructor Documentation

◆ ConstFitsKeywordList()

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

Definition at line 951 of file fits.h.

References kw.

Member Function Documentation

◆ curr()

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

Definition at line 970 of file fits.h.

References kw.

◆ first()

void casacore::ConstFitsKeywordList::first ( )
inline

Definition at line 966 of file fits.h.

References kw.

◆ isempty()

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

Definition at line 965 of file fits.h.

References kw.

◆ last()

void casacore::ConstFitsKeywordList::last ( )
inline

Definition at line 967 of file fits.h.

References kw.

◆ next() [1/4]

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

Definition at line 968 of file fits.h.

References kw.

◆ next() [2/4]

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

Definition at line 963 of file fits.h.

References kw.

◆ next() [3/4]

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

Definition at line 956 of file fits.h.

References kw.

◆ next() [4/4]

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

Definition at line 960 of file fits.h.

References kw.

◆ operator()() [1/4]

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

Definition at line 962 of file fits.h.

References kw.

◆ operator()() [2/4]

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

Definition at line 954 of file fits.h.

References kw.

◆ operator()() [3/4]

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

Definition at line 958 of file fits.h.

References kw.

◆ operator()() [4/4]

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

Definition at line 953 of file fits.h.

References kw.

◆ prev()

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

Definition at line 969 of file fits.h.

References kw.

Member Data Documentation

◆ kw

FitsKeywordList& casacore::ConstFitsKeywordList::kw
private

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