|
const afw_object_t * | afw_runtime_object_create_indirect_using_inf (const afw_object_inf_t *inf, const afw_utf8_t *object_id, void *internal, const afw_pool_t *p, afw_xctx_t *xctx) |
| Create an indirect runtime object. More...
|
|
void | afw_runtime_env_set_object (const afw_object_t *object, afw_boolean_t overwrite, afw_xctx_t *xctx) |
| Set an object pointer in the environment's runtime objects. More...
|
|
void | afw_runtime_env_set_objects (const afw_object_t *const *objects, afw_boolean_t overwrite, afw_xctx_t *xctx) |
| Set a list of object pointers in the environment's runtime objects. More...
|
|
void | afw_runtime_env_set_object_cb_wrapper (const afw_utf8_t *object_type_id, const afw_utf8_t *object_id, afw_runtime_object_wrapper_p_cb_t callback, void *data, afw_boolean_t overwrite, afw_xctx_t *xctx) |
| Set environment object accessed via callback. More...
|
|
void | afw_runtime_env_create_and_set_indirect_object (const afw_utf8_t *object_type_id, const afw_utf8_t *object_id, void *internal, afw_boolean_t overwrite, afw_xctx_t *xctx) |
| Create and set an indirect runtime object. More...
|
|
void | afw_runtime_env_create_and_set_indirect_object_using_inf (const afw_object_inf_t *inf, const afw_utf8_t *object_id, void *internal, afw_boolean_t overwrite, afw_xctx_t *xctx) |
| Create and set an indirect runtime object. More...
|
|
void | afw_runtime_env_resolve_and_set_const_objects (const afw_runtime_unresolved_const_object_t *const *unresolved, afw_boolean_t overwrite, afw_xctx_t *xctx) |
| Resolve and set a NULL terminated list of object pointers in the xctx's runtime objects. More...
|
|
void | afw_runtime_foreach (const afw_utf8_t *object_type_id, void *context, afw_object_cb_t callback, afw_xctx_t *xctx) |
| Call a callback for each runtime object. More...
|
|
const afw_adaptor_factory_t * | afw_runtime_get_adaptor_factory () |
| Get singleton factory for runtime adaptor. More...
|
|
const afw_adaptor_session_t * | afw_runtime_get_internal_session (afw_xctx_t *xctx) |
| Get an internal session for runtime objects. More...
|
|
const afw_object_t * | afw_runtime_get_object (const afw_utf8_t *object_type_id, const afw_utf8_t *object_id, afw_xctx_t *xctx) |
| Get a runtime object. More...
|
|
const afw_object_t * | afw_runtime_object_create_indirect (const afw_utf8_t *object_type_id, const afw_utf8_t *object_id, void *internal, const afw_pool_t *p, afw_xctx_t *xctx) |
| Create an indirect runtime object. More...
|
|
void | afw_runtime_remove_object (const afw_utf8_t *object_type_id, const afw_utf8_t *object_id, afw_xctx_t *xctx) |
| Remove object by object type id and object id. More...
|
|
void | afw_runtime_xctx_set_object (const afw_object_t *object, afw_boolean_t overwrite, afw_xctx_t *xctx) |
| Set an object pointer in the xctx's runtime objects. More...
|
|
void | afw_runtime_xctx_set_objects (const afw_object_t *const *objects, afw_boolean_t overwrite, afw_xctx_t *xctx) |
| Set a list of object pointers in the xctx's runtime objects. More...
|
|
void | afw_runtime_register_object_map_infs (const afw_object_inf_t *const *inf, afw_xctx_t *xctx) |
| Register runtime object map interfaces. More...
|
|
void | afw_runtime_resolve_and_register_object_map_infs (const afw_interface_implementation_rti_t *const *rti, afw_xctx_t *xctx) |
| Create and register runtime object map interfaces. More...
|
|
const afw_object_t * | afw_runtime_resolve_const_object (const afw_runtime_unresolved_const_object_t *unresolved, const afw_pool_t *p, afw_xctx_t *xctx) |
| Resolve a runtime const object. More...
|
|
void | afw_runtime_object_release (const afw_object_t *instance, afw_xctx_t *xctx) |
| Method release for runtime object. More...
|
|
void | afw_runtime_object_add_reference (const afw_object_t *instance, afw_xctx_t *xctx) |
| Method add_reference for runtime object. More...
|
|
afw_size_t | afw_runtime_object_get_count (const afw_object_t *instance, afw_xctx_t *xctx) |
| Method get_count for runtime object. More...
|
|
const afw_utf8_t * | afw_runtime_object_get_object_type_id (const afw_object_t *instance, afw_xctx_t *xctx) |
| Method get_object_type_id for runtime object.
|
|
const afw_value_t * | afw_runtime_object_get_meta (const afw_object_t *instance, const afw_pool_t *p, afw_xctx_t *xctx) |
| Method get_meta for runtime object.
|
|
const afw_value_t * | afw_runtime_object_get_property (const afw_object_t *instance, const afw_utf8_t *property_name, afw_xctx_t *xctx) |
| Method get_property for runtime object.
|
|
const afw_value_t * | afw_runtime_object_get_property_meta (const afw_object_t *instance, const afw_utf8_t *property_name, const afw_pool_t *p, afw_xctx_t *xctx) |
| Method get_property_meta for runtime object.
|
|
const afw_value_t * | afw_runtime_object_get_next_own_property (const afw_object_t *instance, const afw_iterator_t **iterator, const afw_utf8_t **property_name, afw_xctx_t *xctx) |
| Method get_next_property for runtime object.
|
|
const afw_value_t * | afw_runtime_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) |
| Method get_next_property_meta for runtime object.
|
|
afw_boolean_t | afw_runtime_object_has_property (const afw_object_t *instance, const afw_utf8_t *property_name, afw_xctx_t *xctx) |
| Method has_property for runtime object.
|
|
const afw_object_setter_t * | afw_runtime_object_get_setter (const afw_object_t *instance, afw_xctx_t *xctx) |
| Method get_setter for runtime object.
|
|