GammaLib  2.1.0.dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GFitsTableCol.cpp File Reference

Abstract FITS table column class implementation. More...

#include <cstdlib>
#include "GException.hpp"
#include "GTools.hpp"
#include "GFitsCfitsio.hpp"
#include "GFitsTableCol.hpp"

Go to the source code of this file.

Macros

#define G_ELEMENTS1   "GFitsTableCol::elements(int&, int&)"
 
#define G_ELEMENTS2   "GFitsTableCol::elements(int&)"
 
#define G_LOAD_COLUMN_FIXED   "GFitsTableCol::load_column_fixed()"
 
#define G_LOAD_COLUMN_VARIABLE   "GFitsTableCol::load_column_variable()"
 
#define G_SAVE_COLUMN_FIXED   "GFitsTableCol::save_column_fixed()"
 
#define G_SAVE_COLUMN_VARIABLE   "GFitsTableCol::save_column_variable()"
 
#define G_OFFSET   "GFitsTableCol::offset(int&, int&)"
 

Detailed Description

Abstract FITS table column class implementation.

Author
Juergen Knoedlseder

Definition in file GFitsTableCol.cpp.

Macro Definition Documentation

#define G_ELEMENTS1   "GFitsTableCol::elements(int&, int&)"

Definition at line 38 of file GFitsTableCol.cpp.

Referenced by GFitsTableCol::elements().

#define G_ELEMENTS2   "GFitsTableCol::elements(int&)"

Definition at line 39 of file GFitsTableCol.cpp.

Referenced by GFitsTableCol::elements().

#define G_LOAD_COLUMN_FIXED   "GFitsTableCol::load_column_fixed()"

Definition at line 40 of file GFitsTableCol.cpp.

Referenced by GFitsTableCol::load_column_fixed().

#define G_LOAD_COLUMN_VARIABLE   "GFitsTableCol::load_column_variable()"

Definition at line 41 of file GFitsTableCol.cpp.

Referenced by GFitsTableCol::load_column_variable().

#define G_OFFSET   "GFitsTableCol::offset(int&, int&)"

Definition at line 44 of file GFitsTableCol.cpp.

Referenced by GFitsTableCol::offset().

#define G_SAVE_COLUMN_FIXED   "GFitsTableCol::save_column_fixed()"

Definition at line 42 of file GFitsTableCol.cpp.

Referenced by GFitsTableCol::save_column_fixed().

#define G_SAVE_COLUMN_VARIABLE   "GFitsTableCol::save_column_variable()"

Definition at line 43 of file GFitsTableCol.cpp.

Referenced by GFitsTableCol::save_column_variable().