Adaptive Framework
0.9.0
|
Files | |
file | afw_list_impl_declares.h |
Interface afw_interface implementation declares. | |
Macros | |
#define | __AFW_LIST_IMPL_DECLARES_H__ 1 |
#define | _AFW_IMPLEMENTATION_ID_ "unspecified" |
#define | _AFW_IMPLEMENTATION_SPECIFIC_ NULL |
#define | _AFW_IMPLEMENTATION_SOURCE_FILE_ __FILE__ |
This file should only be included in c source files that implement interface afw_list.
You can find a skeleton for using this #include file in the corresponding source directory in file generated/interface_closet/skeleton_afw_list.c.
Mutiple *_impl.declares.h can be included in each c source file, but only one for each interface name.
After the #include for afw_list_impl_declares.h:
Before including, define the following symbols:
Example:
impl_afw_list_get_count | ( | const afw_list_t * | instance, |
afw_xctx_t * | xctx | ||
) |
Definition at line 148 of file afw_list_const_array.c.
impl_afw_list_get_data_type | ( | const afw_list_t * | instance, |
afw_xctx_t * | xctx | ||
) |
Definition at line 164 of file afw_list_const_array.c.
impl_afw_list_get_entry_internal | ( | const afw_list_t * | instance, |
afw_integer_t | index, | ||
const afw_data_type_t ** | data_type, | ||
const void ** | internal, | ||
afw_xctx_t * | xctx | ||
) |
Definition at line 177 of file afw_list_const_array.c.
impl_afw_list_get_entry_value | ( | const afw_list_t * | instance, |
afw_integer_t | index, | ||
const afw_pool_t * | p, | ||
afw_xctx_t * | xctx | ||
) |
Definition at line 216 of file afw_list_const_array.c.
impl_afw_list_get_next_internal | ( | const afw_list_t * | instance, |
const afw_iterator_t ** | iterator, | ||
const afw_data_type_t ** | data_type, | ||
const void ** | internal, | ||
afw_xctx_t * | xctx | ||
) |
Definition at line 242 of file afw_list_const_array.c.
impl_afw_list_get_next_value | ( | const afw_list_t * | instance, |
const afw_iterator_t ** | iterator, | ||
const afw_pool_t * | p, | ||
afw_xctx_t * | xctx | ||
) |
Definition at line 289 of file afw_list_const_array.c.
impl_afw_list_get_setter | ( | const afw_list_t * | instance, |
afw_xctx_t * | xctx | ||
) |
Definition at line 327 of file afw_list_const_array.c.
impl_afw_list_release | ( | const afw_list_t * | instance, |
afw_xctx_t * | xctx | ||
) |
Definition at line 135 of file afw_list_const_array.c.