GammaLib 2.0.0
|
Implementation of interface for all GammaLib classes. More...
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const GBase &base) |
Output operator. | |
GLog & | operator<< (GLog &log, const GBase &base) |
Log operator. | |
Implementation of interface for all GammaLib classes.
Definition in file GBase.cpp.
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().