Apache Celix
2.3.0
An implementation of the OSGi specification adapted to C and C++
|
#include <DependencyManagerInfo.h>
Public Attributes | |
std::string | serviceName {} |
std::unordered_map< std::string, std::string > | properties {} |
Trivial struct containing interface info.
std::unordered_map<std::string, std::string> celix::dm::InterfaceInfo::properties {} |
All the meta information for the component interface.
std::string celix::dm::InterfaceInfo::serviceName {} |
The service name of the interface.