mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
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... | |
|
inline |
c'tor. have to specify due to inclusion of std::complex types.
Definition at line 85 of file fitsHeaderCard.hpp.
char mx::fits::fitsHeaderCard::values::Char |
the char value
Definition at line 69 of file fitsHeaderCard.hpp.
Referenced by mx::fits::fitsHeaderCard::value().
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().
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 mx::fits::fitsHeaderCard::values::Double |
the double value
Definition at line 81 of file fitsHeaderCard.hpp.
Referenced by mx::fits::fitsHeaderCard::value().
float mx::fits::fitsHeaderCard::values::Float |
the float value
Definition at line 79 of file fitsHeaderCard.hpp.
Referenced by mx::fits::fitsHeaderCard::value().
int mx::fits::fitsHeaderCard::values::Int |
the int value
Definition at line 73 of file fitsHeaderCard.hpp.
Referenced by mx::fits::fitsHeaderCard::value().
long mx::fits::fitsHeaderCard::values::Long |
the long value
Definition at line 75 of file fitsHeaderCard.hpp.
Referenced by mx::fits::fitsHeaderCard::value().
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 mx::fits::fitsHeaderCard::values::Short |
the short value
Definition at line 71 of file fitsHeaderCard.hpp.
Referenced by mx::fits::fitsHeaderCard::value().
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().
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().
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().
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().
unsigned short mx::fits::fitsHeaderCard::values::UShort |
the unsigned short value
Definition at line 72 of file fitsHeaderCard.hpp.