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_service_dependency_callback_options Struct Reference

#include <celix_dm_service_dependency.h>

Public Attributes

celix_dm_service_update_fp set
 
celix_dm_service_update_fp add
 
celix_dm_service_update_fp remove
 
celix_dm_service_swap_fp swap
 
celix_dm_service_update_with_props_fp setWithProps
 
celix_dm_service_update_with_props_fp addWithProps
 
celix_dm_service_update_with_props_fp removeWithProps
 
celix_dm_service_swap_with_props_fp swapWithProps
 

Member Data Documentation

◆ add

celix_dm_service_update_fp celix_dm_service_dependency_callback_options::add

◆ addWithProps

celix_dm_service_update_with_props_fp celix_dm_service_dependency_callback_options::addWithProps

◆ remove

celix_dm_service_update_fp celix_dm_service_dependency_callback_options::remove

◆ removeWithProps

celix_dm_service_update_with_props_fp celix_dm_service_dependency_callback_options::removeWithProps

◆ set

celix_dm_service_update_fp celix_dm_service_dependency_callback_options::set

◆ setWithProps

celix_dm_service_update_with_props_fp celix_dm_service_dependency_callback_options::setWithProps

◆ swap

celix_dm_service_swap_fp celix_dm_service_dependency_callback_options::swap

◆ swapWithProps

celix_dm_service_swap_with_props_fp celix_dm_service_dependency_callback_options::swapWithProps

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