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 <memory>
#include <mutex>
#include <thread>
#include <cstdarg>
#include "celix_bundle_context.h"
#include "celix/ServiceRegistrationBuilder.h"
#include "celix/UseServiceBuilder.h"
#include "celix/TrackerBuilders.h"
#include "celix/ScheduledEventBuilder.h"
#include "celix/Bundle.h"
#include "celix/Framework.h"
#include "celix/dm/DependencyManager.h"
Go to the source code of this file.
Classes | |
class | celix::BundleContext |
The bundle context is used to interact with the Celix framework. More... | |
Namespaces | |
celix | |