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 <DependencyManagerInfo.h>
Public Attributes | |
long | bndId {} |
std::string | bndSymbolicName {} |
std::vector< ComponentInfo > | components {} |
Trivial struct containing Dependency Manager info.
long celix::dm::DependencyManagerInfo::bndId {} |
The owning bundle id of the dependency manager where information is extracted from.
std::string celix::dm::DependencyManagerInfo::bndSymbolicName {} |
The owning bundle symbolic name of the dependency manager where information is extracted from.
std::vector<ComponentInfo> celix::dm::DependencyManagerInfo::components {} |
vector of component info for all the (build) components for this dependency manager