Adaptive Framework
0.9.0
|
Implementation of afw_object interface for runtime const meta. More...
Go to the source code of this file.
Macros | |
#define | impl_afw_object_get_meta afw_object_impl_internal_get_meta |
#define | impl_afw_object_get_property_meta afw_object_impl_internal_get_property_meta |
#define | impl_afw_object_get_next_property_meta afw_object_impl_internal_get_next_property_meta |
#define | AFW_IMPLEMENTATION_ID "afw_runtime_const_meta" |
Functions | |
void | impl_afw_object_release (const afw_object_t *instance, afw_xctx_t *xctx) |
void | impl_afw_object_add_reference (const afw_object_t *instance, afw_xctx_t *xctx) |
afw_size_t | impl_afw_object_get_count (const afw_object_t *instance, afw_xctx_t *xctx) |
const afw_value_t * | impl_afw_object_get_property (const afw_object_t *instance, const afw_utf8_t *property_name, afw_xctx_t *xctx) |
const afw_value_t * | 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) |
afw_boolean_t | impl_afw_object_has_property (const afw_object_t *instance, const afw_utf8_t *property_name, afw_xctx_t *xctx) |
const afw_object_setter_t * | impl_afw_object_get_setter (const afw_object_t *instance, afw_xctx_t *xctx) |
Variables | |
afw_runtime_inf_const_meta_object_inf | |
Implementation of afw_object interface for runtime const meta.
Definition in file afw_runtime_const_meta.c.
#define AFW_IMPLEMENTATION_ID "afw_runtime_const_meta" |
Definition at line 31 of file afw_runtime_const_meta.c.
afw_runtime_inf_const_meta_object_inf |
Definition at line 38 of file afw_runtime_const_meta.c.