#include <fits.h>
This class is not intended for general use. It only has meaning in the context of FITS Binary tables. There its use is incorporated into the concept of a FitsField, where FitsBit is given a specialized interpretation.
Definition at line 121 of file fits.h.
Public Member Functions | |
| FitsBit () | |
| FitsBit (unsigned char x) | |
| FitsBit (const FitsBit &x) | |
| FitsBit & | operator= (const FitsBit &x) |
| FitsBit & | operator= (unsigned char x) |
| operator unsigned char () | |
Protected Attributes | |
| unsigned char | bit_array |
| FitsBit& casa::FitsBit::operator= | ( | unsigned char | x | ) | [inline] |
| casa::FitsBit::operator unsigned char | ( | ) | [inline] |
unsigned char casa::FitsBit::bit_array [protected] |
1.5.1