Adaptive Framework
0.9.0
|
Interface afw_interface implementation declares. More...
#include "afw_interface_opaques.h"
Go to the source code of this file.
Macros | |
#define | __AFW_LIST_SETTER_IMPL_DECLARES_H__ 1 |
#define | _AFW_IMPLEMENTATION_ID_ "unspecified" |
#define | _AFW_IMPLEMENTATION_SPECIFIC_ NULL |
#define | _AFW_IMPLEMENTATION_SOURCE_FILE_ __FILE__ |
Functions | |
impl_afw_list_setter_set_immutable (const afw_list_setter_t *instance, afw_xctx_t *xctx) | |
impl_afw_list_setter_determine_data_type_and_set_immutable (const afw_list_setter_t *instance, afw_xctx_t *xctx) | |
impl_afw_list_setter_add_internal (const afw_list_setter_t *instance, const afw_data_type_t *data_type, const void *internal, afw_xctx_t *xctx) | |
impl_afw_list_setter_add_value (const afw_list_setter_t *instance, const afw_value_t *value, afw_xctx_t *xctx) | |
impl_afw_list_setter_insert_internal (const afw_list_setter_t *instance, const afw_data_type_t *data_type, const void *internal, afw_size_t index, afw_xctx_t *xctx) | |
impl_afw_list_setter_insert_value (const afw_list_setter_t *instance, const afw_value_t *value, afw_size_t index, afw_xctx_t *xctx) | |
impl_afw_list_setter_remove_all_values (const afw_list_setter_t *instance, afw_xctx_t *xctx) | |
impl_afw_list_setter_remove_internal (const afw_list_setter_t *instance, const afw_data_type_t *data_type, const void *internal, afw_xctx_t *xctx) | |
impl_afw_list_setter_remove_value (const afw_list_setter_t *instance, const afw_value_t *value, afw_xctx_t *xctx) | |
impl_afw_list_setter_set_value_by_index (const afw_list_setter_t *instance, afw_size_t index, const afw_value_t *value, afw_xctx_t *xctx) | |
Interface afw_interface implementation declares.
Definition in file afw_list_setter_impl_declares.h.