|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
#include <ServiceManager.h>

Public Member Functions | |
| ServiceItem (IService *s, long p=0, bool act=false) | |
| bool | operator== (const std::string &name) const |
| bool | operator== (const IService *ptr) const |
| bool | operator< (const ServiceItem &rhs) const |
Public Attributes | |
| SmartIF< IService > | service |
| long | priority |
| bool | active |
Definition at line 39 of file ServiceManager.h.
| bool ServiceManager::ServiceItem::operator== | ( | const std::string & | name | ) | const [inline] |
| bool ServiceManager::ServiceItem::operator< | ( | const ServiceItem & | rhs | ) | const [inline] |
Definition at line 51 of file ServiceManager.h.
00051 { 00052 return priority < rhs.priority; 00053 }
Definition at line 42 of file ServiceManager.h.
Definition at line 43 of file ServiceManager.h.
Definition at line 44 of file ServiceManager.h.