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 <vector>
#include <functional>
#include "celix/FrameworkExceptions.h"
#include "celix/Constants.h"
#include "celix/Properties.h"
#include "celix_bundle_context.h"
#include "celix_bundle.h"
#include "celix_framework.h"
Go to the source code of this file.
Classes | |
class | celix::ServiceRegistration |
A registered service. More... | |
Namespaces | |
celix | |