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.
|
#include <ServiceFactory.h>
Public Member Functions | |
virtual | ~ServiceFactory ()=default |
virtual std::shared_ptr< I > | createBundleSpecificService (const celix::Bundle &requestingBundle, const celix::Properties svcFactoryProperties)=0 |
|
virtualdefault |
|
pure virtual |