Apache Celix  2.3.0
An implementation of the OSGi specification adapted to C and C++
Public Attributes | List of all members
celix::impl::BundleActivatorData< I > Struct Template Reference

#include <BundleActivator.h>

Public Attributes

std::shared_ptr< celix::dm::DependencyManagerdm
 
std::unique_ptr< I > bundleActivator
 

Member Data Documentation

◆ bundleActivator

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

◆ dm

template<typename I >
std::shared_ptr<celix::dm::DependencyManager> celix::impl::BundleActivatorData< I >::dm

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