GammaLib
2.0.0
|
Interface class definition for registries. More...
Go to the source code of this file.
Classes | |
class | GRegistryPointer< T > |
Smart pointer for registry classes. More... | |
class | GRegistry |
Interface class for registries. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const GRegistry ®istry) |
Output operator. More... | |
GLog & | operator<< (GLog &log, const GRegistry ®istry) |
Log operator. More... | |
Interface class definition for registries.
Definition in file GRegistry.hpp.
std::ostream& operator<< | ( | std::ostream & | os, |
const GRegistry & | registry | ||
) |
Output operator.
[in] | os | Output stream. |
[in] | registry | Registry. |
Definition at line 84 of file GRegistry.cpp.
References GRegistry::print().
Log operator.
[in] | log | Logger. |
[in] | registry | Registry. |
Definition at line 100 of file GRegistry.cpp.
References log(), and GRegistry::print().