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

FITS table bit column class implementation. More...

#include <string>
#include "GException.hpp"
#include "GTools.hpp"
#include "GFitsCfitsio.hpp"
#include "GFitsTableBitCol.hpp"

Go to the source code of this file.

Macros

#define G_INSERT   "GFitsTableBitCol::insert(int&, int&)"
 
#define G_REMOVE   "GFitsTableBitCol::remove(int&, int&)"
 
#define G_LOAD_COLUMN   "GFitsTableBitCol::load_column()"
 
#define G_SAVE_COLUMN   "GFitsTableBitCol::save_column()"
 
#define G_GET_BIT   "GFitsTableBitCol::get_bit(int&,int&)"
 

Detailed Description

FITS table bit column class implementation.

Author
Juergen Knoedlseder

Definition in file GFitsTableBitCol.cpp.

Macro Definition Documentation

#define G_GET_BIT   "GFitsTableBitCol::get_bit(int&,int&)"

Definition at line 42 of file GFitsTableBitCol.cpp.

Referenced by GFitsTableBitCol::get_bit().

#define G_INSERT   "GFitsTableBitCol::insert(int&, int&)"

Definition at line 38 of file GFitsTableBitCol.cpp.

Referenced by GFitsTableBitCol::insert().

#define G_LOAD_COLUMN   "GFitsTableBitCol::load_column()"

Definition at line 40 of file GFitsTableBitCol.cpp.

Referenced by GFitsTableBitCol::load_column().

#define G_REMOVE   "GFitsTableBitCol::remove(int&, int&)"

Definition at line 39 of file GFitsTableBitCol.cpp.

Referenced by GFitsTableBitCol::remove().

#define G_SAVE_COLUMN   "GFitsTableBitCol::save_column()"

Definition at line 41 of file GFitsTableBitCol.cpp.

Referenced by GFitsTableBitCol::save_column().