Apache Celix
2.3.0
An implementation of the OSGi specification adapted to C and C++
|
#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