|
Gaudi Framework, version v21r4 |
| Home | Generated: 7 Sep 2009 |
#include <ConversionSvc.h>


Definition at line 77 of file ConversionSvc.h.
Public Member Functions | |
| CnvTest (const CLID &test) | |
| virtual | ~CnvTest () |
| bool | operator() (const WorkerEntry &testee) |
Protected Attributes | |
| const CLID | m_test |
| ConversionSvc::CnvTest::CnvTest | ( | const CLID & | test | ) | [inline] |
| virtual ConversionSvc::CnvTest::~CnvTest | ( | ) | [inline, virtual] |
| bool ConversionSvc::CnvTest::operator() | ( | const WorkerEntry & | testee | ) | [inline] |
Definition at line 85 of file ConversionSvc.h.
00085 { 00086 return (m_test == testee.clID()) ? true : false; 00087 }
const CLID ConversionSvc::CnvTest::m_test [protected] |
Definition at line 79 of file ConversionSvc.h.