#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/Converter.h>
Definition at line 126 of file Converter.h.
◆ ConverterID()
ConverterID::ConverterID |
( |
long | stype, |
|
|
CLID | clid ) |
|
inline |
◆ operator==()
bool ConverterID::operator== |
( |
const ConverterID & | id | ) |
const |
|
inline |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | s, |
|
|
const ConverterID & | id ) |
|
friend |
Definition at line 137 of file Converter.h.
137 {
138 return s <<
"CNV_" <<
id.m_stype <<
"_" <<
id.m_clid;
139}
◆ m_clid
◆ m_stype
long ConverterID::m_stype |
|
private |
The documentation for this class was generated from the following file: