mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
mx::fits::fitsHeaderCard::values Union Reference

The native type is held in a union.

Definition at line 67 of file fitsHeaderCard.hpp.

#include <ioutils/fits/fitsHeaderCard.hpp>

Public Member Functions

 values ()
 c'tor. have to specify due to inclusion of std::complex types.
 

Public Attributes

char Char
 the char value
 
unsigned char UChar
 the unsigned char value
 
short Short
 the short value
 
unsigned short UShort
 the unsigned short value
 
int Int
 the int value
 
unsigned int UInt
 the unsigned int value
 
long Long
 the long value
 
unsigned long ULong
 the unsigned long value
 
long long LongLong
 the long long value
 
unsigned long long ULongLong
 the unsigned long long value
 
float Float
 the float value
 
std::complex< float > complexFloat
 the std::complex<float> value
 
double Double
 the double value
 
std::complex< double > complexDouble
 the std::complex<double> value
 

Constructor & Destructor Documentation

◆ values()

mx::fits::fitsHeaderCard::values::values ( )
inline

c'tor. have to specify due to inclusion of std::complex types.

Definition at line 85 of file fitsHeaderCard.hpp.

Member Data Documentation

◆ Char

◆ complexDouble

std::complex<double> mx::fits::fitsHeaderCard::values::complexDouble

the std::complex<double> value

Definition at line 82 of file fitsHeaderCard.hpp.

Referenced by mx::fits::fitsHeaderCard::convertToString(), and mx::fits::fitsHeaderCard::value().

◆ complexFloat

std::complex<float> mx::fits::fitsHeaderCard::values::complexFloat

the std::complex<float> value

Definition at line 80 of file fitsHeaderCard.hpp.

Referenced by mx::fits::fitsHeaderCard::convertToString(), and mx::fits::fitsHeaderCard::value().

◆ Double

◆ Float

◆ Int

◆ Long

◆ LongLong

◆ Short

◆ UChar

◆ UInt

◆ ULong

◆ ULongLong

unsigned long long mx::fits::fitsHeaderCard::values::ULongLong

◆ UShort

unsigned short mx::fits::fitsHeaderCard::values::UShort

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