casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 951 of file fits.h.

Constructor & Destructor Documentation

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

Definition at line 953 of file fits.h.

Member Function Documentation

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

Definition at line 972 of file fits.h.

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

void casacore::ConstFitsKeywordList::first ( )
inline

Definition at line 968 of file fits.h.

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

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

Definition at line 967 of file fits.h.

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

void casacore::ConstFitsKeywordList::last ( )
inline

Definition at line 969 of file fits.h.

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

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

Definition at line 958 of file fits.h.

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

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

Definition at line 962 of file fits.h.

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

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

Definition at line 965 of file fits.h.

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

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

Definition at line 970 of file fits.h.

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

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

Definition at line 955 of file fits.h.

References kw.

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

Definition at line 956 of file fits.h.

References kw.

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

Definition at line 960 of file fits.h.

References kw.

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

Definition at line 964 of file fits.h.

References kw.

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

Definition at line 971 of file fits.h.

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

Member Data Documentation

FitsKeywordList& casacore::ConstFitsKeywordList::kw
private

Definition at line 975 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: