EleFits  4.0.1
A modern C++ API on top of CFitsIO
Static Public Member Functions | List of all members
Euclid::Cfitsio::TypeCode< T > Struct Template Reference

#include <TypeWrapper.h>

Class Description

template<typename T>
struct Euclid::Cfitsio::TypeCode< T >

Type traits to convert C++ types to CFitsIO type codes.

Used to read and write:

Static Public Member Functions

static int forRecord ()
 Get the type code for a record.
 
static int forBintable ()
 Get the type code for a binary table.
 
static std::string tform (long repeatCount)
 Get the TFORM value to handle binary table columns.
 
static int forImage ()
 Get the type code for an image.
 
static int bitpix ()
 Get the BITPIX value to handle images.
 

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