GammaLib
2.0.0
|
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&)" |
FITS table bit column class implementation.
Definition in file GFitsTableBitCol.cpp.
#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().