The Gaudi Framework  v30r3 (a5ef0a68)
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)   DECLARE_COMPONENT_WITH_ID( x, ConverterID( x::storageType(), x::classID() ) )
 

Functions

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

Macro Definition Documentation

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

Definition at line 155 of file Converter.h.

Function Documentation

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

Definition at line 149 of file Converter.h.

150 {
151  return s << "CNV_" << id.m_stype << "_" << id.m_clid;
152 }