GammaLib 2.0.0
Loading...
Searching...
No Matches
GRegistry.hpp File Reference

Interface class definition for registries. More...

#include <string>
#include <iostream>
#include "GLog.hpp"
#include "GTypemaps.hpp"

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 &registry)
 Output operator.
 
GLogoperator<< (GLog &log, const GRegistry &registry)
 Log operator.
 

Detailed Description

Interface class definition for registries.

Author
Juergen Knoedlseder

Definition in file GRegistry.hpp.

Function Documentation

◆ operator<<() [1/2]

GLog & operator<< ( GLog & log,
const GRegistry & registry )

Log operator.

Parameters
[in]logLogger.
[in]registryRegistry.

Definition at line 100 of file GRegistry.cpp.

References log(), and GRegistry::print().

◆ operator<<() [2/2]

std::ostream & operator<< ( std::ostream & os,
const GRegistry & registry )

Output operator.

Parameters
[in]osOutput stream.
[in]registryRegistry.

Definition at line 84 of file GRegistry.cpp.

References GRegistry::print().