#include <AthCnvSvc.h>
Definition at line 70 of file AthCnvSvc.h.
◆ WorkerEntry() [1/2]
| AthCnvSvc::WorkerEntry::WorkerEntry |
( |
const CLID & | cl, |
|
|
IConverter * | cnv ) |
|
inline |
◆ WorkerEntry() [2/2]
| AthCnvSvc::WorkerEntry::WorkerEntry |
( |
const WorkerEntry & | copy | ) |
|
|
inline |
◆ ~WorkerEntry()
| virtual AthCnvSvc::WorkerEntry::~WorkerEntry |
( |
| ) |
|
|
inlinevirtual |
◆ clID()
| const CLID & AthCnvSvc::WorkerEntry::clID |
( |
| ) |
const |
|
inline |
◆ converter()
| IConverter * AthCnvSvc::WorkerEntry::converter |
( |
| ) |
|
|
inline |
◆ operator<()
| bool AthCnvSvc::WorkerEntry::operator< |
( |
const WorkerEntry & | rhs | ) |
|
|
inline |
Definition at line 100 of file AthCnvSvc.h.
101 {
102 return this->
clID() < rhs.clID();
103 }
const CLID & clID() const
◆ operator=()
Definition at line 82 of file AthCnvSvc.h.
82 {
85 return *this;
86 }
◆ operator==()
| bool AthCnvSvc::WorkerEntry::operator== |
( |
const WorkerEntry & | rhs | ) |
|
|
inline |
◆ AthCnvSvc
◆ m_class
| CLID AthCnvSvc::WorkerEntry::m_class |
|
private |
◆ m_converter
| IConverter* AthCnvSvc::WorkerEntry::m_converter |
|
private |
The documentation for this class was generated from the following file: