casacore
|
list of read-only FITS keywords More...
#include <fits.h>
Public Member Functions | |
ConstFitsKeywordList (FitsKeywordList &x) | |
const FitsKeyword * | operator() (int n) |
const FitsKeyword * | operator() (const FITS::ReservedName &x) |
const FitsKeyword * | next (const FITS::ReservedName &x) |
const FitsKeyword * | operator() (const FITS::ReservedName &x, int n) |
const FitsKeyword * | next (const FITS::ReservedName &x, int n) |
const FitsKeyword * | operator() (const char *x) |
const FitsKeyword * | next (const char *x) |
Bool | isempty () const |
void | first () |
void | last () |
const FitsKeyword * | next () |
const FitsKeyword * | prev () |
const FitsKeyword * | curr () |
Private Attributes | |
FitsKeywordList & | kw |
|
inline |
|
inline |
Definition at line 972 of file fits.h.
References casacore::FitsKeywordList::curr(), and kw.
|
inline |
Definition at line 968 of file fits.h.
References casacore::FitsKeywordList::first(), and kw.
|
inline |
Definition at line 967 of file fits.h.
References casacore::FitsKeywordList::isempty(), and kw.
|
inline |
Definition at line 969 of file fits.h.
References kw, and casacore::FitsKeywordList::last().
|
inline |
Definition at line 970 of file fits.h.
References kw, and casacore::FitsKeywordList::next().
|
inline |
Definition at line 965 of file fits.h.
References kw, and casacore::FitsKeywordList::next().
|
inline |
Definition at line 958 of file fits.h.
References kw, and casacore::FitsKeywordList::next().
|
inline |
Definition at line 962 of file fits.h.
References kw, and casacore::FitsKeywordList::next().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 971 of file fits.h.
References kw, and casacore::FitsKeywordList::prev().
|
private |