GammaLib
2.1.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. More... | |
GLog & | operator<< (GLog &log, const GBase &base) |
Log operator. More... | |
Definition of interface for all GammaLib classes.
Definition in file GBase.hpp.
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().
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 GLog::chatter(), log(), and GBase::print().