mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
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. More...
 

Public Attributes

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

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

char mx::fits::fitsHeaderCard::values::Char

the char value

Definition at line 69 of file fitsHeaderCard.hpp.

Referenced by mx::fits::fitsHeaderCard::value().

◆ 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::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::value().

◆ Double

double mx::fits::fitsHeaderCard::values::Double

the double value

Definition at line 81 of file fitsHeaderCard.hpp.

Referenced by mx::fits::fitsHeaderCard::value().

◆ Float

float mx::fits::fitsHeaderCard::values::Float

the float value

Definition at line 79 of file fitsHeaderCard.hpp.

Referenced by mx::fits::fitsHeaderCard::value().

◆ Int

int mx::fits::fitsHeaderCard::values::Int

the int value

Definition at line 73 of file fitsHeaderCard.hpp.

Referenced by mx::fits::fitsHeaderCard::value().

◆ Long

long mx::fits::fitsHeaderCard::values::Long

the long value

Definition at line 75 of file fitsHeaderCard.hpp.

Referenced by mx::fits::fitsHeaderCard::value().

◆ LongLong

long long mx::fits::fitsHeaderCard::values::LongLong

the long long value

Definition at line 77 of file fitsHeaderCard.hpp.

Referenced by mx::fits::fitsHeaderCard::value().

◆ Short

short mx::fits::fitsHeaderCard::values::Short

the short value

Definition at line 71 of file fitsHeaderCard.hpp.

Referenced by mx::fits::fitsHeaderCard::value().

◆ UChar

unsigned char mx::fits::fitsHeaderCard::values::UChar

the unsigned char value

Definition at line 70 of file fitsHeaderCard.hpp.

Referenced by mx::fits::fitsHeaderCard::value().

◆ UInt

unsigned int mx::fits::fitsHeaderCard::values::UInt

the unsigned int value

Definition at line 74 of file fitsHeaderCard.hpp.

Referenced by mx::fits::fitsHeaderCard::value().

◆ ULong

unsigned long mx::fits::fitsHeaderCard::values::ULong

the unsigned long value

Definition at line 76 of file fitsHeaderCard.hpp.

Referenced by mx::fits::fitsHeaderCard::value().

◆ ULongLong

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

the unsigned long long value

Definition at line 78 of file fitsHeaderCard.hpp.

Referenced by mx::fits::fitsHeaderCard::value().

◆ UShort

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

the unsigned short value

Definition at line 72 of file fitsHeaderCard.hpp.


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