75 #ifdef __AFW_ADAPTOR_IMPL_INDEX_IMPL_DECLARES_H__
76 #ifndef AFW_ADAPTOR_IMPL_INDEX_INF_ONLY
77 #error "afw_adaptor_impl_index_impl_declares.h already included."
80 #ifndef __AFW_ADAPTOR_IMPL_INDEX_IMPL_DECLARES_H__
81 #ifdef AFW_ADAPTOR_IMPL_INDEX_INF_ONLY
82 #error "afw_adaptor_impl_index_impl_declares.h must be included before AFW_ADAPTOR_IMPL_INDEX_INF_ONLY."
84 #define __AFW_ADAPTOR_IMPL_INDEX_IMPL_DECLARES_H__ 1
87 #ifdef AFW_IMPLEMENTATION_ID
88 #define _AFW_IMPLEMENTATION_ID_ AFW_IMPLEMENTATION_ID
90 #define _AFW_IMPLEMENTATION_ID_ "unspecified"
92 #ifdef AFW_IMPLEMENTATION_SPECIFIC
93 #define _AFW_IMPLEMENTATION_SPECIFIC_ AFW_IMPLEMENTATION_SPECIFIC
95 #define _AFW_IMPLEMENTATION_SPECIFIC_ NULL
97 #ifndef AFW_ADAPTOR_IMPL_INDEX_INF_ONLY
99 #ifndef impl_afw_adaptor_impl_index_open
101 AFW_DECLARE_STATIC(
void)
102 impl_afw_adaptor_impl_index_open(
113 #ifndef impl_afw_adaptor_impl_index_release
115 AFW_DECLARE_STATIC(
void)
116 impl_afw_adaptor_impl_index_release(
121 #ifndef impl_afw_adaptor_impl_index_get_index_definitions
124 impl_afw_adaptor_impl_index_get_index_definitions(
129 #ifndef impl_afw_adaptor_impl_index_update_index_definitions
131 AFW_DECLARE_STATIC(
void)
132 impl_afw_adaptor_impl_index_update_index_definitions(
138 #ifndef impl_afw_adaptor_impl_index_add
152 #ifndef impl_afw_adaptor_impl_index_delete
165 #ifndef impl_afw_adaptor_impl_index_replace
168 impl_afw_adaptor_impl_index_replace(
179 #ifndef impl_afw_adaptor_impl_index_drop
182 impl_afw_adaptor_impl_index_drop(
190 #ifndef impl_afw_adaptor_impl_index_open_cursor
193 impl_afw_adaptor_impl_index_open_cursor(
204 #ifndef impl_afw_adaptor_impl_index_get_session
207 impl_afw_adaptor_impl_index_get_session(
215 #define _AFW_IMPLEMENTATION_SOURCE_FILE_ __BASE_FILE__
217 #define _AFW_IMPLEMENTATION_SOURCE_FILE_ __FILE__
219 #ifdef AFW_IMPLEMENTATION_INF_SPECIFIER
224 #ifdef AFW_IMPLEMENTATION_INF_LABEL
225 AFW_IMPLEMENTATION_INF_LABEL = {
227 impl_afw_adaptor_impl_index_inf = {
233 _AFW_IMPLEMENTATION_SPECIFIC_
235 impl_afw_adaptor_impl_index_open,
236 impl_afw_adaptor_impl_index_release,
237 impl_afw_adaptor_impl_index_get_index_definitions,
238 impl_afw_adaptor_impl_index_update_index_definitions,
241 impl_afw_adaptor_impl_index_replace,
242 impl_afw_adaptor_impl_index_drop,
243 impl_afw_adaptor_impl_index_open_cursor,
244 impl_afw_adaptor_impl_index_get_session
247 #undef _AFW_IMPLEMENTATION_ID_
248 #undef _AFW_IMPLEMENTATION_SPECIFIC_
249 #undef _AFW_IMPLEMENTATION_SOURCE_FILE_
#define AFW_BEGIN_DECLARES
Interface afw_interface opaque typedefs.
impl_afw_adaptor_impl_index_delete(const afw_adaptor_impl_index_t *instance, const afw_utf8_t *object_type_id, const afw_utf8_t *object_id, const afw_utf8_t *key, const afw_utf8_t *value, const afw_pool_t *pool, afw_xctx_t *xctx)
impl_afw_adaptor_impl_index_add(const afw_adaptor_impl_index_t *instance, const afw_utf8_t *object_type_id, const afw_utf8_t *object_id, const afw_utf8_t *key, const afw_utf8_t *value, afw_boolean_t unique, const afw_pool_t *pool, afw_xctx_t *xctx)
#define AFW_UTF8_LITERAL(A_STRING)
String literal initializer.
Interface afw_adaptor_impl_index_cursor public struct.
Interface afw_adaptor_impl_index_inf_s struct.
Interface afw_adaptor_impl_index public struct.
Interface afw_adaptor_session public struct.
Interface afw_object public struct.
Interface afw_pool public struct.
NFC normalized UTF-8 string.
Interface afw_xctx public struct.