|
Gaudi Framework, version v21r11 |
| Home | Generated: 30 Sep 2010 |
#include <AlgorithmManager.h>
Public Member Functions | |
| AlgorithmItem (IAlgorithm *s, bool managed=false) | |
| bool | operator== (const std::string &name) const |
| bool | operator== (const IAlgorithm *ptr) const |
Public Attributes | |
| SmartIF< IAlgorithm > | algorithm |
| bool | managed |
Definition at line 35 of file AlgorithmManager.h.
| AlgorithmManager::AlgorithmItem::AlgorithmItem | ( | IAlgorithm * | s, | |
| bool | managed = false | |||
| ) | [inline] |
Definition at line 36 of file AlgorithmManager.h.
00036 : 00037 algorithm(s), managed(managed) {} SmartIF<IAlgorithm> algorithm;
| bool AlgorithmManager::AlgorithmItem::operator== | ( | const std::string & | name | ) | const [inline] |
| bool AlgorithmManager::AlgorithmItem::operator== | ( | const IAlgorithm * | ptr | ) | const [inline] |
Definition at line 38 of file AlgorithmManager.h.
Definition at line 39 of file AlgorithmManager.h.