|
Gaudi Framework, version v23r2p1 |
| Home | Generated: Fri Jun 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.
| ServiceManager::ServiceItem::ServiceItem | ( | IService * | s, |
| long | p = 0, |
||
| bool | act = false |
||
| ) | [inline] |
Definition at line 41 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.
| bool ServiceManager::ServiceItem::operator== | ( | const IService * | ptr ) | const [inline] |
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.