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 <cstdio>
#include <iostream>
#include <vector>
#include "celix/dm/types.h"
#include "celix/dm/Component.h"
#include "celix/dm/ServiceDependency.h"
#include "celix/dm/DependencyManagerInfo.h"
#include "celix_bundle_context.h"
#include "celix_dependency_manager.h"
#include "celix/dm/DependencyManager_Impl.h"
Go to the source code of this file.
Classes | |
class | celix::dm::DependencyManager |
Namespaces | |
celix | |
celix::dm | |
Functions | |
std::ostream & | celix::dm::operator<< (std::ostream &out, const DependencyManager &mng) |