Apache Celix  2.4.0
Apache Celix is a framework for C, C++14 and C++17 to develop dynamic modular software applications using component and in-process service-oriented programming.
Public Attributes | List of all members
celix::impl::BundleActivatorData< I > Struct Template Reference

#include <BundleActivator.h>

Public Attributes

long bndId {}
 
std::shared_ptr< celix::BundleContextctx
 
std::unique_ptr< I > bundleActivator
 

Member Data Documentation

◆ bndId

template<typename I >
long celix::impl::BundleActivatorData< I >::bndId {}

◆ bundleActivator

template<typename I >
std::unique_ptr<I> celix::impl::BundleActivatorData< I >::bundleActivator

◆ ctx

template<typename I >
std::shared_ptr<celix::BundleContext> celix::impl::BundleActivatorData< I >::ctx

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