Adaptive Framework
0.9.0
|
Files | |
file | afw_adaptor_session_impl_declares.h |
Interface afw_interface implementation declares. | |
Macros | |
#define | __AFW_ADAPTOR_SESSION_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_adaptor_session.
You can find a skeleton for using this #include file in the corresponding source directory in file generated/interface_closet/skeleton_afw_adaptor_session.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_session_impl_declares.h:
Before including, define the following symbols:
Example:
impl_afw_adaptor_session_add_object | ( | const afw_adaptor_session_t * | instance, |
const afw_adaptor_impl_request_t * | impl_request, | ||
const afw_utf8_t * | object_type_id, | ||
const afw_utf8_t * | suggested_object_id, | ||
const afw_object_t * | object, | ||
const afw_object_t * | adaptor_type_specific, | ||
afw_xctx_t * | xctx | ||
) |
Definition at line 1220 of file afw_adaptor_impl.c.
impl_afw_adaptor_session_begin_transaction | ( | const afw_adaptor_session_t * | instance, |
afw_xctx_t * | xctx | ||
) |
Definition at line 1482 of file afw_adaptor_impl.c.
impl_afw_adaptor_session_delete_object | ( | const afw_adaptor_session_t * | instance, |
const afw_adaptor_impl_request_t * | impl_request, | ||
const afw_utf8_t * | object_type_id, | ||
const afw_utf8_t * | object_id, | ||
const afw_object_t * | adaptor_type_specific, | ||
afw_xctx_t * | xctx | ||
) |
impl_afw_adaptor_session_destroy | ( | const afw_adaptor_session_t * | instance, |
afw_xctx_t * | xctx | ||
) |
Definition at line 789 of file afw_adaptor_impl.c.
impl_afw_adaptor_session_get_index_interface | ( | const afw_adaptor_session_t * | instance, |
afw_xctx_t * | xctx | ||
) |
Definition at line 1563 of file afw_adaptor_impl.c.
impl_afw_adaptor_session_get_key_value_interface | ( | const afw_adaptor_session_t * | instance, |
afw_xctx_t * | xctx | ||
) |
Definition at line 1537 of file afw_adaptor_impl.c.
impl_afw_adaptor_session_get_object | ( | const afw_adaptor_session_t * | instance, |
const afw_adaptor_impl_request_t * | impl_request, | ||
const afw_utf8_t * | object_type_id, | ||
const afw_utf8_t * | object_id, | ||
void * | context, | ||
afw_object_cb_t | callback, | ||
const afw_object_t * | adaptor_type_specific, | ||
const afw_pool_t * | p, | ||
afw_xctx_t * | xctx | ||
) |
Definition at line 1097 of file afw_adaptor_impl.c.
impl_afw_adaptor_session_modify_object | ( | const afw_adaptor_session_t * | instance, |
const afw_adaptor_impl_request_t * | impl_request, | ||
const afw_utf8_t * | object_type_id, | ||
const afw_utf8_t * | object_id, | ||
const afw_adaptor_modify_entry_t *const * | entry, | ||
const afw_object_t * | adaptor_type_specific, | ||
afw_xctx_t * | xctx | ||
) |
Definition at line 1290 of file afw_adaptor_impl.c.
impl_afw_adaptor_session_replace_object | ( | const afw_adaptor_session_t * | instance, |
const afw_adaptor_impl_request_t * | impl_request, | ||
const afw_utf8_t * | object_type_id, | ||
const afw_utf8_t * | object_id, | ||
const afw_object_t * | replacement_object, | ||
const afw_object_t * | adaptor_type_specific, | ||
afw_xctx_t * | xctx | ||
) |
Definition at line 1360 of file afw_adaptor_impl.c.
impl_afw_adaptor_session_retrieve_objects | ( | const afw_adaptor_session_t * | instance, |
const afw_adaptor_impl_request_t * | impl_request, | ||
const afw_utf8_t * | object_type_id, | ||
const afw_query_criteria_t * | criteria, | ||
void * | context, | ||
afw_object_cb_t | callback, | ||
const afw_object_t * | adaptor_type_specific, | ||
const afw_pool_t * | p, | ||
afw_xctx_t * | xctx | ||
) |
Definition at line 974 of file afw_adaptor_impl.c.