|
GammaLib 2.2.0.dev
|
Definition of interface for all GammaLib classes. More...
Go to the source code of this file.
Classes | |
| class | GBase |
| Interface class for all GammaLib classes. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const GBase &base) |
| Output operator. | |
| GLog & | operator<< (GLog &log, const GBase &base) |
| Log operator. | |
Definition of interface for all GammaLib classes.
Definition in file GBase.hpp.
Log operator.
| [in] | log | Logger. |
| [in] | base | Object. |
Put base object into logger. The chattiness of the base object is controlled by the chatter() attribute of the log logger.
Definition at line 76 of file GBase.cpp.
References log(), and GBase::print().
| std::ostream & operator<< | ( | std::ostream & | os, |
| const GBase & | base ) |
Output operator.
| [in] | os | Output stream. |
| [in] | base | Object. |
Put base object into output stream.
Definition at line 57 of file GBase.cpp.
References GBase::print().