|
Gaudi Framework, version v23r1 |
| Home | Generated: Wed Feb 29 2012 |
#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 40 of file ServiceManager.h.
| bool ServiceManager::ServiceItem::operator< | ( | const ServiceItem & | rhs ) | const [inline] |
Definition at line 52 of file ServiceManager.h.
{
return priority < rhs.priority;
}
| bool ServiceManager::ServiceItem::operator== | ( | const std::string & | name ) | const [inline] |
Definition at line 46 of file ServiceManager.h.
Definition at line 49 of file ServiceManager.h.
Definition at line 45 of file ServiceManager.h.
Definition at line 44 of file ServiceManager.h.
Definition at line 43 of file ServiceManager.h.