Gaudi Framework, version v23r5

Home   Generated: Wed Nov 28 2012
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
Gaudi::Utils::AlgTypeSelector< TYPE > Class Template Reference

The trivial selector of algorithm by type. More...

#include <GetAlg.h>

Inheritance diagram for Gaudi::Utils::AlgTypeSelector< TYPE >:
Inheritance graph
[legend]
Collaboration diagram for Gaudi::Utils::AlgTypeSelector< TYPE >:
Collaboration graph
[legend]

Public Member Functions

virtual bool operator() (const IAlgorithm *a) const
 the only one essential method:
 
- Public Member Functions inherited from Gaudi::Utils::AlgSelector
virtual ~AlgSelector ()
 

Detailed Description

template<class TYPE>
class Gaudi::Utils::AlgTypeSelector< TYPE >

The trivial selector of algorithm by type.

See Also
Gaudi::Utils::AlgSelector
Author
Vanya BELYAEV ibely.nosp@m.aev@.nosp@m.physi.nosp@m.cs.s.nosp@m.yr.ed.nosp@m.u
Date
2007-09-07

Definition at line 42 of file GetAlg.h.

Member Function Documentation

template<class TYPE>
virtual bool Gaudi::Utils::AlgTypeSelector< TYPE >::operator() ( const IAlgorithm a) const
inlinevirtual

the only one essential method:

Implements Gaudi::Utils::AlgSelector.

Definition at line 46 of file GetAlg.h.

{ return dynamic_cast<const TYPE*>( a ) != 0; }

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

Generated at Wed Nov 28 2012 12:17:38 for Gaudi Framework, version v23r5 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004