#include <src/ApplicationMgr/ServiceManager.h>
Definition at line 38 of file ServiceManager.h.
◆ ServiceItem()
| ServiceManager::ServiceItem::ServiceItem |
( |
IService * |
s, |
|
|
long |
p = 0, |
|
|
bool |
act = false |
|
) |
| |
|
inline |
◆ operator<()
| bool ServiceManager::ServiceItem::operator< |
( |
const ServiceItem & |
rhs | ) |
const |
|
inline |
◆ operator==() [1/2]
| bool ServiceManager::ServiceItem::operator== |
( |
const std::string & |
name | ) |
const |
|
inline |
Definition at line 43 of file ServiceManager.h.
const std::string & name() const override
Return the name of the manager (implementation of INamedInterface)
SmartIF< IService > service
◆ operator==() [2/2]
| bool ServiceManager::ServiceItem::operator== |
( |
const IService * |
ptr | ) |
const |
|
inline |
Definition at line 44 of file ServiceManager.h.
TYPE * get() const
Get interface pointer.
SmartIF< IService > service
◆ active
| bool ServiceManager::ServiceItem::active |
◆ priority
| long ServiceManager::ServiceItem::priority |
◆ service
The documentation for this struct was generated from the following file: