GammaLib 2.1.0.dev
Loading...
Searching...
No Matches
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

◆ G_ACCESS

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

Definition at line 40 of file GCOMHkds.cpp.

◆ G_AT

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

Definition at line 41 of file GCOMHkds.cpp.

◆ G_INSERT

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

Definition at line 44 of file GCOMHkds.cpp.

◆ G_READ

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

Definition at line 46 of file GCOMHkds.cpp.

◆ G_REMOVE

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

Definition at line 45 of file GCOMHkds.cpp.

◆ G_SET1

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

Definition at line 42 of file GCOMHkds.cpp.

◆ G_SET2

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

Definition at line 43 of file GCOMHkds.cpp.