casacore
Public Member Functions | Protected Attributes | List of all members
casacore::FitsBit Class Reference

helper class for FITS Binary Tables More...

#include <fits.h>

Public Member Functions

 FitsBit ()
 
 FitsBit (unsigned char x)
 
 FitsBit (const FitsBit &x)
 
FitsBitoperator= (const FitsBit &x)
 
FitsBitoperator= (unsigned char x)
 
 operator unsigned char ()
 

Protected Attributes

unsigned char bit_array
 

Detailed Description

helper class for FITS Binary Tables

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25

Synopsis

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 117 of file fits.h.

Constructor & Destructor Documentation

§ FitsBit() [1/3]

casacore::FitsBit::FitsBit ( )
inline

Definition at line 119 of file fits.h.

§ FitsBit() [2/3]

casacore::FitsBit::FitsBit ( unsigned char  x)
inline

Definition at line 120 of file fits.h.

§ FitsBit() [3/3]

casacore::FitsBit::FitsBit ( const FitsBit x)
inline

Definition at line 121 of file fits.h.

Member Function Documentation

§ operator unsigned char()

casacore::FitsBit::operator unsigned char ( )
inline

Definition at line 125 of file fits.h.

§ operator=() [1/2]

FitsBit& casacore::FitsBit::operator= ( const FitsBit x)
inline

Definition at line 122 of file fits.h.

References bit_array.

§ operator=() [2/2]

FitsBit& casacore::FitsBit::operator= ( unsigned char  x)
inline

Definition at line 124 of file fits.h.

Member Data Documentation

§ bit_array

unsigned char casacore::FitsBit::bit_array
protected

Definition at line 127 of file fits.h.

Referenced by operator=().


The documentation for this class was generated from the following file: