75 #ifdef __AFW_LIST_SETTER_IMPL_DECLARES_H__
76 #ifndef AFW_LIST_SETTER_INF_ONLY
77 #error "afw_list_setter_impl_declares.h already included."
80 #ifndef __AFW_LIST_SETTER_IMPL_DECLARES_H__
81 #ifdef AFW_LIST_SETTER_INF_ONLY
82 #error "afw_list_setter_impl_declares.h must be included before AFW_LIST_SETTER_INF_ONLY."
84 #define __AFW_LIST_SETTER_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_LIST_SETTER_INF_ONLY
99 #ifndef impl_afw_list_setter_set_immutable
101 AFW_DECLARE_STATIC(
void)
102 impl_afw_list_setter_set_immutable(
107 #ifndef impl_afw_list_setter_determine_data_type_and_set_immutable
110 impl_afw_list_setter_determine_data_type_and_set_immutable(
115 #ifndef impl_afw_list_setter_add_internal
117 AFW_DECLARE_STATIC(
void)
118 impl_afw_list_setter_add_internal(
121 const void *
internal,
125 #ifndef impl_afw_list_setter_add_value
127 AFW_DECLARE_STATIC(
void)
128 impl_afw_list_setter_add_value(
134 #ifndef impl_afw_list_setter_insert_internal
136 AFW_DECLARE_STATIC(
void)
137 impl_afw_list_setter_insert_internal(
140 const void *
internal,
145 #ifndef impl_afw_list_setter_insert_value
147 AFW_DECLARE_STATIC(
void)
148 impl_afw_list_setter_insert_value(
155 #ifndef impl_afw_list_setter_remove_all_values
157 AFW_DECLARE_STATIC(
void)
158 impl_afw_list_setter_remove_all_values(
163 #ifndef impl_afw_list_setter_remove_internal
165 AFW_DECLARE_STATIC(
void)
166 impl_afw_list_setter_remove_internal(
169 const void *
internal,
173 #ifndef impl_afw_list_setter_remove_value
175 AFW_DECLARE_STATIC(
void)
176 impl_afw_list_setter_remove_value(
182 #ifndef impl_afw_list_setter_set_value_by_index
184 AFW_DECLARE_STATIC(
void)
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_setter_inf = {
213 _AFW_IMPLEMENTATION_SPECIFIC_
215 impl_afw_list_setter_set_immutable,
216 impl_afw_list_setter_determine_data_type_and_set_immutable,
217 impl_afw_list_setter_add_internal,
218 impl_afw_list_setter_add_value,
219 impl_afw_list_setter_insert_internal,
220 impl_afw_list_setter_insert_value,
221 impl_afw_list_setter_remove_all_values,
222 impl_afw_list_setter_remove_internal,
223 impl_afw_list_setter_remove_value,
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.
apr_size_t afw_size_t
size_t.
impl_afw_list_setter_set_value_by_index(const afw_list_setter_t *instance, afw_size_t index, const afw_value_t *value, afw_xctx_t *xctx)
Interface afw_data_type public struct.
Interface afw_list_setter_inf_s struct.
Interface afw_list_setter public struct.
Interface afw_value public struct.
Interface afw_xctx public struct.