Gaudi Framework, version v21r4

Home   Generated: 7 Sep 2009

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.


Detailed Description

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

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 Sep 7 18:17:10 2009 for Gaudi Framework, version v21r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004