casacore
|
#include <fits.h>
Public Member Functions | |
FitsLogical () | |
FitsLogical (Bool x) | |
FitsLogical & | operator= (Bool x) |
void | undefine () |
ARO 2021-02-20: Removed the following function, because it seems incorrectly implemented and isn't used. More... | |
operator Bool () const | |
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 |
|
inline |
Definition at line 95 of file fits.h.
References casacore::True, and v.
|
inline |
|
friend |
|
protected |
Definition at line 103 of file fits.h.
Referenced by operator Bool(), operator=(), and undefine().