78 #ifdef __AFW_VALUE_IMPL_DECLARES_H__
79 #ifndef AFW_VALUE_INF_ONLY
80 #error "afw_value_impl_declares.h already included."
83 #ifndef __AFW_VALUE_IMPL_DECLARES_H__
84 #ifdef AFW_VALUE_INF_ONLY
85 #error "afw_value_impl_declares.h must be included before AFW_VALUE_INF_ONLY."
87 #define __AFW_VALUE_IMPL_DECLARES_H__ 1
90 #ifdef AFW_IMPLEMENTATION_ID
91 #define _AFW_IMPLEMENTATION_ID_ AFW_IMPLEMENTATION_ID
93 #define _AFW_IMPLEMENTATION_ID_ "unspecified"
95 #ifdef AFW_IMPLEMENTATION_SPECIFIC
96 #define _AFW_IMPLEMENTATION_SPECIFIC_ AFW_IMPLEMENTATION_SPECIFIC
98 #define _AFW_IMPLEMENTATION_SPECIFIC_ NULL
100 #ifndef AFW_VALUE_INF_ONLY
102 #ifndef impl_afw_value_optional_release
104 AFW_DECLARE_STATIC(
void)
105 impl_afw_value_optional_release(
110 #ifndef impl_afw_value_get_reference
113 impl_afw_value_get_reference(
119 #ifndef impl_afw_value_optional_evaluate
128 #ifndef impl_afw_value_get_data_type
131 impl_afw_value_get_data_type(
136 #ifndef impl_afw_value_get_evaluated_data_type
139 impl_afw_value_get_evaluated_data_type(
144 #ifndef impl_afw_value_get_evaluated_data_type_parameter
147 impl_afw_value_get_evaluated_data_type_parameter(
152 #ifndef impl_afw_value_get_evaluated_meta
161 #ifndef impl_afw_value_get_evaluated_metas
164 impl_afw_value_get_evaluated_metas(
170 #ifndef impl_afw_value_produce_compiler_listing
172 AFW_DECLARE_STATIC(
void)
173 impl_afw_value_produce_compiler_listing(
179 #ifndef impl_afw_value_decompile
181 AFW_DECLARE_STATIC(
void)
182 impl_afw_value_decompile(
188 #ifndef impl_afw_value_get_info
190 AFW_DECLARE_STATIC(
void)
191 impl_afw_value_get_info(
201 #define _AFW_IMPLEMENTATION_SOURCE_FILE_ __BASE_FILE__
203 #define _AFW_IMPLEMENTATION_SOURCE_FILE_ __FILE__
205 #ifdef AFW_IMPLEMENTATION_INF_SPECIFIER
210 #ifdef AFW_IMPLEMENTATION_INF_LABEL
211 AFW_IMPLEMENTATION_INF_LABEL = {
213 impl_afw_value_inf = {
219 _AFW_IMPLEMENTATION_SPECIFIC_
221 impl_afw_value_optional_release,
222 impl_afw_value_get_reference,
224 impl_afw_value_get_data_type,
225 impl_afw_value_get_evaluated_data_type,
226 impl_afw_value_get_evaluated_data_type_parameter,
228 impl_afw_value_get_evaluated_metas,
229 impl_afw_value_produce_compiler_listing,
230 impl_afw_value_decompile,
231 impl_afw_value_get_info
232 #ifdef AFW_IMPLEMENTATION_INF_VARIABLES
233 ,AFW_IMPLEMENTATION_INF_VARIABLES
238 #undef _AFW_IMPLEMENTATION_ID_
239 #undef _AFW_IMPLEMENTATION_SPECIFIC_
240 #undef _AFW_IMPLEMENTATION_SOURCE_FILE_
#define AFW_BEGIN_DECLARES
Interface afw_interface opaque typedefs.
#define AFW_UTF8_LITERAL(A_STRING)
String literal initializer.
impl_afw_value_get_evaluated_meta(const afw_value_t *instance, const afw_pool_t *p, afw_xctx_t *xctx)
impl_afw_value_optional_evaluate(const afw_value_t *instance, const afw_pool_t *p, afw_xctx_t *xctx)
Interface afw_data_type public struct.
Interface afw_pool public struct.
NFC normalized UTF-8 string.
Interface afw_value_inf_s struct.
Filled in by afw_value get_info method.
Interface afw_value public struct.
Interface afw_writer public struct.
Interface afw_xctx public struct.