casa
$Rev:20696$
|
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 |
casa::ConstFitsKeywordList::ConstFitsKeywordList | ( | FitsKeywordList & | x | ) | [inline] |
const FitsKeyword* casa::ConstFitsKeywordList::curr | ( | ) | [inline] |
Definition at line 977 of file fits.h.
References casa::FitsKeywordList::curr(), and kw.
void casa::ConstFitsKeywordList::first | ( | ) | [inline] |
Definition at line 973 of file fits.h.
References casa::FitsKeywordList::first(), and kw.
Bool casa::ConstFitsKeywordList::isempty | ( | ) | const [inline] |
Definition at line 972 of file fits.h.
References casa::FitsKeywordList::isempty(), and kw.
void casa::ConstFitsKeywordList::last | ( | ) | [inline] |
Definition at line 974 of file fits.h.
References kw, and casa::FitsKeywordList::last().
const FitsKeyword* casa::ConstFitsKeywordList::next | ( | const FITS::ReservedName & | x | ) | [inline] |
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().
const FitsKeyword* casa::ConstFitsKeywordList::next | ( | ) | [inline] |
Definition at line 975 of file fits.h.
References kw, and casa::FitsKeywordList::next().
const FitsKeyword* casa::ConstFitsKeywordList::operator() | ( | int | n | ) | [inline] |
const FitsKeyword* casa::ConstFitsKeywordList::operator() | ( | const FITS::ReservedName & | x | ) | [inline] |
const FitsKeyword* casa::ConstFitsKeywordList::operator() | ( | const FITS::ReservedName & | x, |
int | n | ||
) | [inline] |
const FitsKeyword* casa::ConstFitsKeywordList::operator() | ( | const char * | x | ) | [inline] |
const FitsKeyword* casa::ConstFitsKeywordList::prev | ( | ) | [inline] |
Definition at line 976 of file fits.h.
References kw, and casa::FitsKeywordList::prev().
FitsKeywordList& casa::ConstFitsKeywordList::kw [private] |