Gaudi Framework, version v21r9

Home   Generated: 3 May 2010

ConversionSvc::CnvTest Class Reference

#include <ConversionSvc.h>

Inheritance diagram for ConversionSvc::CnvTest:

Inheritance graph
[legend]
Collaboration diagram for ConversionSvc::CnvTest:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 CnvTest (const CLID &test)
virtual ~CnvTest ()
bool operator() (const WorkerEntry &testee)

Protected Attributes

const CLID m_test


Detailed Description

Definition at line 77 of file ConversionSvc.h.


Constructor & Destructor Documentation

ConversionSvc::CnvTest::CnvTest ( const CLID test  )  [inline]

Definition at line 81 of file ConversionSvc.h.

00081                               : m_test(test)    {
00082     }

virtual ConversionSvc::CnvTest::~CnvTest (  )  [inline, virtual]

Definition at line 83 of file ConversionSvc.h.

00083                           {
00084     }


Member Function Documentation

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     }


Member Data Documentation

Definition at line 79 of file ConversionSvc.h.


The documentation for this class was generated from the following file:

Generated at Mon May 3 12:23:52 2010 for Gaudi Framework, version v21r9 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004