casa
5.7.0-16
|
#include <fits.h>
Public Member Functions | |
FitsLogical () | |
FitsLogical (Bool x) | |
FitsLogical (const FitsLogical &x) | |
FitsLogical & | operator= (const FitsLogical &x) |
FitsLogical & | operator= (Bool x) |
Bool | isdefined () const |
void | undefine () |
operator Bool () | |
Protected Attributes | |
char | v |
Friends | |
ostream & | operator<< (ostream &o, const FitsLogical &) |
FITS helper class.
FitsLogical is a helper class that is not intended for general use.
Here is an example of the FitsLogical class.
|
inline |
Definition at line 94 of file fits.h.
References casacore::True, and v.
|
inline |
|
inline |
Definition at line 100 of file fits.h.
References casacore::False, casacore::True, and v.
|
inline |
Definition at line 102 of file fits.h.
References casacore::False, casacore::True, and v.
|
inline |
|
inline |
Definition at line 98 of file fits.h.
References casacore::True, and v.
|
inline |
|
friend |
|
protected |
Definition at line 104 of file fits.h.
Referenced by FitsLogical(), isdefined(), operator Bool(), operator=(), and undefine().