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