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 | |
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.