|
Gaudi Framework, version v22r4 |
| Home | Generated: Fri Sep 2 2011 |
#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 ServiceItem & | rhs ) | const [inline] |
Definition at line 51 of file ServiceManager.h.
{
return priority < rhs.priority;
}
| bool ServiceManager::ServiceItem::operator== | ( | const std::string & | name ) | const [inline] |
Definition at line 45 of file ServiceManager.h.
Definition at line 48 of file ServiceManager.h.
Definition at line 44 of file ServiceManager.h.
Definition at line 43 of file ServiceManager.h.
Definition at line 42 of file ServiceManager.h.