74 #ifdef __AFW_LIST_IMPL_DECLARES_H__
75 #ifndef AFW_LIST_INF_ONLY
76 #error "afw_list_impl_declares.h already included."
79 #ifndef __AFW_LIST_IMPL_DECLARES_H__
80 #ifdef AFW_LIST_INF_ONLY
81 #error "afw_list_impl_declares.h must be included before AFW_LIST_INF_ONLY."
83 #define __AFW_LIST_IMPL_DECLARES_H__ 1
86 #ifdef AFW_IMPLEMENTATION_ID
87 #define _AFW_IMPLEMENTATION_ID_ AFW_IMPLEMENTATION_ID
89 #define _AFW_IMPLEMENTATION_ID_ "unspecified"
91 #ifdef AFW_IMPLEMENTATION_SPECIFIC
92 #define _AFW_IMPLEMENTATION_SPECIFIC_ AFW_IMPLEMENTATION_SPECIFIC
94 #define _AFW_IMPLEMENTATION_SPECIFIC_ NULL
96 #ifndef AFW_LIST_INF_ONLY
98 #ifndef impl_afw_list_release
100 AFW_DECLARE_STATIC(
void)
106 #ifndef impl_afw_list_get_count
114 #ifndef impl_afw_list_get_data_type
122 #ifndef impl_afw_list_get_entry_meta
125 impl_afw_list_get_entry_meta(
132 #ifndef impl_afw_list_get_entry_internal
139 const void * *
internal,
143 #ifndef impl_afw_list_get_entry_value
153 #ifndef impl_afw_list_get_next_entry_meta
156 impl_afw_list_get_next_entry_meta(
163 #ifndef impl_afw_list_get_next_internal
170 const void * *
internal,
174 #ifndef impl_afw_list_get_next_value
184 #ifndef impl_afw_list_get_setter
195 #define _AFW_IMPLEMENTATION_SOURCE_FILE_ __BASE_FILE__
197 #define _AFW_IMPLEMENTATION_SOURCE_FILE_ __FILE__
199 #ifdef AFW_IMPLEMENTATION_INF_SPECIFIER
204 #ifdef AFW_IMPLEMENTATION_INF_LABEL
205 AFW_IMPLEMENTATION_INF_LABEL = {
207 impl_afw_list_inf = {
213 _AFW_IMPLEMENTATION_SPECIFIC_
218 impl_afw_list_get_entry_meta,
221 impl_afw_list_get_next_entry_meta,
227 #undef _AFW_IMPLEMENTATION_ID_
228 #undef _AFW_IMPLEMENTATION_SPECIFIC_
229 #undef _AFW_IMPLEMENTATION_SOURCE_FILE_
#define AFW_BEGIN_DECLARES
Interface afw_interface opaque typedefs.
#define AFW_UTF8_LITERAL(A_STRING)
String literal initializer.
struct afw_iterator_s afw_iterator_t
apr_size_t afw_size_t
size_t.
apr_int64_t afw_integer_t
typedef for big signed int.
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)
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)
impl_afw_list_get_data_type(const afw_list_t *instance, afw_xctx_t *xctx)
impl_afw_list_release(const afw_list_t *instance, afw_xctx_t *xctx)
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)
impl_afw_list_get_setter(const afw_list_t *instance, afw_xctx_t *xctx)
impl_afw_list_get_count(const afw_list_t *instance, afw_xctx_t *xctx)
impl_afw_list_get_entry_value(const afw_list_t *instance, afw_integer_t index, const afw_pool_t *p, afw_xctx_t *xctx)
Interface afw_data_type public struct.
Interface afw_list_inf_s struct.
Interface afw_list public struct.
Interface afw_list_setter public struct.
Interface afw_pool public struct.
Interface afw_value public struct.
Interface afw_xctx public struct.