#include <GaudiKernel/Converter.h>
Definition at line 148 of file Converter.h.
ConverterID::ConverterID |
( |
long |
stype, |
|
|
CLID |
clid |
|
) |
| |
|
inline |
ConverterID::~ConverterID |
( |
| ) |
|
|
inline |
bool ConverterID::operator== |
( |
const ConverterID & |
id | ) |
const |
|
inline |
std::ostream& operator<< |
( |
std::ostream & |
s, |
|
|
const ConverterID & |
id |
|
) |
| |
|
friend |
Definition at line 161 of file Converter.h.
162 return s <<
"CNV_" <<
id.m_stype <<
"_" <<
id.m_clid;
long ConverterID::m_stype |
|
private |
The documentation for this class was generated from the following file: