| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

ConversionSvc::CnvTest Class Reference

#include <ConversionSvc.h>

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 78 of file ConversionSvc.h.


Constructor & Destructor Documentation

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

Definition at line 82 of file ConversionSvc.h.

00082                               : m_test(test)    {
00083     }

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

Definition at line 84 of file ConversionSvc.h.

00084                           {
00085     }


Member Function Documentation

bool ConversionSvc::CnvTest::operator() ( const WorkerEntry testee  )  [inline]

Definition at line 86 of file ConversionSvc.h.

00086                                                   {
00087         return (m_test == testee.clID()) ? true : false;
00088     }


Member Data Documentation

const CLID ConversionSvc::CnvTest::m_test [protected]

Definition at line 80 of file ConversionSvc.h.


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:57:06 2011 for GaudiKernel by doxygen 1.4.7