Adaptive Framework
0.9.0
|
Files | |
file | afw_adaptor_impl_index_cursor_impl_declares.h |
Interface afw_interface implementation declares. | |
Functions | |
impl_afw_adaptor_impl_index_cursor_release (const afw_adaptor_impl_index_cursor_t *instance, afw_xctx_t *xctx) | |
impl_afw_adaptor_impl_index_cursor_get_next_object (const afw_adaptor_impl_index_cursor_t *instance, const afw_pool_t *pool, afw_xctx_t *xctx) | |
impl_afw_adaptor_impl_index_cursor_contains_object (const afw_adaptor_impl_index_cursor_t *instance, const afw_object_t *object, afw_xctx_t *xctx) | |
impl_afw_adaptor_impl_index_cursor_inner_join (const afw_adaptor_impl_index_cursor_t *instance, const afw_adaptor_impl_index_cursor_t *cursor, afw_xctx_t *xctx) | |
impl_afw_adaptor_impl_index_cursor_get_count (const afw_adaptor_impl_index_cursor_t *instance, size_t *count, afw_xctx_t *xctx) | |
This file should only be included in c source files that implement interface afw_adaptor_impl_index_cursor.
You can find a skeleton for using this #include file in the corresponding source directory in file generated/interface_closet/skeleton_afw_adaptor_impl_index_cursor.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_adaptor_impl_index_cursor_impl_declares.h:
Before including, define the following symbols:
Example:
impl_afw_adaptor_impl_index_cursor_contains_object | ( | const afw_adaptor_impl_index_cursor_t * | instance, |
const afw_object_t * | object, | ||
afw_xctx_t * | xctx | ||
) |
Definition at line 1137 of file afw_lmdb_internal.c.
impl_afw_adaptor_impl_index_cursor_inner_join | ( | const afw_adaptor_impl_index_cursor_t * | instance, |
const afw_adaptor_impl_index_cursor_t * | cursor, | ||
afw_xctx_t * | xctx | ||
) |
Definition at line 1202 of file afw_lmdb_internal.c.