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