Apache Celix  latest
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.
Public Attributes | List of all members
celix::dm::InterfaceInfo Struct Reference

#include <DependencyManagerInfo.h>

Public Attributes

std::string serviceName {}
 
std::unordered_map< std::string, std::string > properties {}
 

Detailed Description

Trivial struct containing interface info.

Member Data Documentation

◆ properties

std::unordered_map<std::string, std::string> celix::dm::InterfaceInfo::properties {}

All the meta information for the component interface.

◆ serviceName

std::string celix::dm::InterfaceInfo::serviceName {}

The service name of the interface.


The documentation for this struct was generated from the following file: