The Gaudi Framework  master (82fdf313)
Loading...
Searching...
No Matches
Converter.h File Reference
Include dependency graph for Converter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Converter
 Converter base class. More...
 
class  ConverterID
 

Macros

#define DECLARE_CONVERTER(x)
 

Functions

std::ostream & operator<< (std::ostream &s, const ConverterID &id)
 

Macro Definition Documentation

◆ DECLARE_CONVERTER

#define DECLARE_CONVERTER ( x)
Value:
DECLARE_COMPONENT_WITH_ID( x, ConverterID( x::storageType(), x::classID() ) )
#define DECLARE_COMPONENT_WITH_ID(type, id)

Definition at line 142 of file Converter.h.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & s,
const ConverterID & id )
inline

Definition at line 137 of file Converter.h.

137 {
138 return s << "CNV_" << id.m_stype << "_" << id.m_clid;
139}