GammaLib  2.1.0.dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GCOMHkds.cpp File Reference
#include "GException.hpp"
#include "GMath.hpp"
#include "GFits.hpp"
#include "GFitsTable.hpp"
#include "GCOMTools.hpp"
#include "GCOMSupport.hpp"
#include "GCOMHkds.hpp"

Go to the source code of this file.

Macros

#define G_ACCESS   "GCOMHkds::operator[](std::string&)"
 
#define G_AT   "GCOMHkds::at(int&)"
 
#define G_SET1   "GCOMHkds::set(int&, GCOMHkd&)"
 
#define G_SET2   "GCOMHkds::set(std::string&, GCOMHkd&)"
 
#define G_INSERT   "GCOMHkds::insert(int&, GCOMHkd&)"
 
#define G_REMOVE   "GCOMHkds::remove(int&)"
 
#define G_READ   "GCOMHkds::read(GFitsTable&)"
 

Macro Definition Documentation

#define G_ACCESS   "GCOMHkds::operator[](std::string&)"

Definition at line 40 of file GCOMHkds.cpp.

Referenced by GCOMHkds::operator[]().

#define G_AT   "GCOMHkds::at(int&)"

Definition at line 41 of file GCOMHkds.cpp.

Referenced by GCOMHkds::at().

#define G_INSERT   "GCOMHkds::insert(int&, GCOMHkd&)"

Definition at line 44 of file GCOMHkds.cpp.

Referenced by GCOMHkds::insert().

#define G_READ   "GCOMHkds::read(GFitsTable&)"

Definition at line 46 of file GCOMHkds.cpp.

#define G_REMOVE   "GCOMHkds::remove(int&)"

Definition at line 45 of file GCOMHkds.cpp.

Referenced by GCOMHkds::remove().

#define G_SET1   "GCOMHkds::set(int&, GCOMHkd&)"

Definition at line 42 of file GCOMHkds.cpp.

Referenced by GCOMHkds::set().

#define G_SET2   "GCOMHkds::set(std::string&, GCOMHkd&)"

Definition at line 43 of file GCOMHkds.cpp.

Referenced by GCOMHkds::set().