74 #ifdef __AFW_OBJECT_IMPL_DECLARES_H__
75 #ifndef AFW_OBJECT_INF_ONLY
76 #error "afw_object_impl_declares.h already included."
79 #ifndef __AFW_OBJECT_IMPL_DECLARES_H__
80 #ifdef AFW_OBJECT_INF_ONLY
81 #error "afw_object_impl_declares.h must be included before AFW_OBJECT_INF_ONLY."
83 #define __AFW_OBJECT_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_OBJECT_INF_ONLY
98 #ifndef impl_afw_object_release
100 AFW_DECLARE_STATIC(
void)
106 #ifndef impl_afw_object_add_reference
108 AFW_DECLARE_STATIC(
void)
114 #ifndef impl_afw_object_get_count
122 #ifndef impl_afw_object_get_meta
131 #ifndef impl_afw_object_get_property
140 #ifndef impl_afw_object_get_property_meta
150 #ifndef impl_afw_object_get_next_property
160 #ifndef impl_afw_object_get_next_property_meta
171 #ifndef impl_afw_object_has_property
180 #ifndef impl_afw_object_get_setter
191 #define _AFW_IMPLEMENTATION_SOURCE_FILE_ __BASE_FILE__
193 #define _AFW_IMPLEMENTATION_SOURCE_FILE_ __FILE__
195 #ifdef AFW_IMPLEMENTATION_INF_SPECIFIER
200 #ifdef AFW_IMPLEMENTATION_INF_LABEL
201 AFW_IMPLEMENTATION_INF_LABEL = {
203 impl_afw_object_inf = {
209 _AFW_IMPLEMENTATION_SPECIFIC_
223 #undef _AFW_IMPLEMENTATION_ID_
224 #undef _AFW_IMPLEMENTATION_SPECIFIC_
225 #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.
impl_afw_object_get_setter(const afw_object_t *instance, afw_xctx_t *xctx)
impl_afw_object_add_reference(const afw_object_t *instance, afw_xctx_t *xctx)
impl_afw_object_get_next_property(const afw_object_t *instance, const afw_iterator_t **iterator, const afw_utf8_t **property_name, afw_xctx_t *xctx)
impl_afw_object_release(const afw_object_t *instance, afw_xctx_t *xctx)
impl_afw_object_get_meta(const afw_object_t *instance, const afw_pool_t *p, afw_xctx_t *xctx)
impl_afw_object_get_next_property_meta(const afw_object_t *instance, const afw_iterator_t **iterator, const afw_utf8_t **property_name, const afw_pool_t *p, afw_xctx_t *xctx)
impl_afw_object_get_property(const afw_object_t *instance, const afw_utf8_t *property_name, afw_xctx_t *xctx)
impl_afw_object_has_property(const afw_object_t *instance, const afw_utf8_t *property_name, afw_xctx_t *xctx)
impl_afw_object_get_property_meta(const afw_object_t *instance, const afw_utf8_t *property_name, const afw_pool_t *p, afw_xctx_t *xctx)
impl_afw_object_get_count(const afw_object_t *instance, afw_xctx_t *xctx)
Interface afw_object_inf_s struct.
Interface afw_object public struct.
Interface afw_object_setter public struct.
Interface afw_pool public struct.
NFC normalized UTF-8 string.
Interface afw_value public struct.
Interface afw_xctx public struct.