#include <GetAlg.h>
Inheritance diagram for Gaudi::Utils::AlgNameSelector:
Public Member Functions | |
| AlgNameSelector (const std::string &name) | |
| constructor form the name | |
| virtual bool | operator() (const IAlgorithm *a) const |
| the only one essential method: | |
Private Member Functions | |
| AlgNameSelector () | |
Private Attributes | |
| std::string | m_name |
| algorithm name | |
Definition at line 71 of file GetAlg.h.
| Gaudi::Utils::AlgNameSelector::AlgNameSelector | ( | const std::string & | name | ) | [inline] |
| Gaudi::Utils::AlgNameSelector::AlgNameSelector | ( | ) | [private] |
| virtual bool Gaudi::Utils::AlgNameSelector::operator() | ( | const IAlgorithm * | a | ) | const [inline, virtual] |
the only one essential method:
Implements Gaudi::Utils::AlgSelector.
Definition at line 77 of file GetAlg.h.
std::string Gaudi::Utils::AlgNameSelector::m_name [private] |
1.4.7