Apache Celix
latest
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 <memory>
#include "celix/Properties.h"
#include "celix/Framework.h"
#include "celix/BundleContext.h"
#include "celix_framework_factory.h"
Go to the source code of this file.
Namespaces | |
celix | |
Functions | |
std::shared_ptr< celix::Framework > | celix::createFramework (const celix::Properties &properties={}) |
Create a new celix Framework instance. More... | |