Apache Celix  2.3.0
An implementation of the OSGi specification adapted to C and C++
Public Member Functions | Public Attributes | List of all members
celix::ServiceTracker< I >::SvcEntry Struct Reference

#include <Trackers.h>

Public Member Functions

 SvcEntry (long _svcId, long _svcRanking, std::shared_ptr< I > _svc, std::shared_ptr< const celix::Properties > _properties, std::shared_ptr< const celix::Bundle > _owner)
 

Public Attributes

long svcId
 
long svcRanking
 
std::shared_ptr< I > svc
 
std::shared_ptr< const celix::Properties > properties
 
std::shared_ptr< const celix::Bundleowner
 

Constructor & Destructor Documentation

◆ SvcEntry()

template<typename I >
celix::ServiceTracker< I >::SvcEntry::SvcEntry ( long  _svcId,
long  _svcRanking,
std::shared_ptr< I >  _svc,
std::shared_ptr< const celix::Properties >  _properties,
std::shared_ptr< const celix::Bundle _owner 
)
inline

Member Data Documentation

◆ owner

template<typename I >
std::shared_ptr<const celix::Bundle> celix::ServiceTracker< I >::SvcEntry::owner

◆ properties

template<typename I >
std::shared_ptr<const celix::Properties> celix::ServiceTracker< I >::SvcEntry::properties

◆ svc

template<typename I >
std::shared_ptr<I> celix::ServiceTracker< I >::SvcEntry::svc

◆ svcId

template<typename I >
long celix::ServiceTracker< I >::SvcEntry::svcId

◆ svcRanking

template<typename I >
long celix::ServiceTracker< I >::SvcEntry::svcRanking

The documentation for this struct was generated from the following file: