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

Photon container class implementation. More...

#include "GTools.hpp"
#include "GException.hpp"
#include "GPhotons.hpp"

Go to the source code of this file.

Macros

#define G_OP_ACCESS   "GPhotons::operator[](int&)"
 
#define G_INSERT   "GPhotons::insert(int&, GPhoton&)"
 
#define G_REMOVE   "GPhotons::remove(int&)"
 

Detailed Description

Photon container class implementation.

Author
Juergen Knoedlseder

Definition in file GPhotons.cpp.

Macro Definition Documentation

#define G_INSERT   "GPhotons::insert(int&, GPhoton&)"

Definition at line 37 of file GPhotons.cpp.

Referenced by GPhotons::insert().

#define G_OP_ACCESS   "GPhotons::operator[](int&)"

Definition at line 36 of file GPhotons.cpp.

Referenced by GPhotons::operator[]().

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

Definition at line 38 of file GPhotons.cpp.

Referenced by GPhotons::remove().