|
Adaptive Framework
0.9.0
|
Object type helpers. More...
#include "afw_internal.h"Go to the source code of this file.
Functions | |
| const afw_object_type_t * | afw_object_type_internal_create (const afw_adaptor_t *adaptor, const afw_object_t *object_type_object, const afw_pool_t *p, afw_xctx_t *xctx) |
| Create an object type. More... | |
| afw_object_type_property_type_get (const afw_object_type_t *object_type, const afw_utf8_t *property_name, afw_xctx_t *xctx) | |
| Get property type object for property. More... | |
| afw_object_type_property_type_get_next (const afw_object_type_t *object_type, const afw_iterator_t **iterator, const afw_utf8_t **property_name, afw_xctx_t *xctx) | |
| Get next property type for object type. More... | |
| afw_object_type_property_type_normalize (const afw_object_type_property_type_t *pt, const afw_value_t *value, const afw_pool_t *p, afw_xctx_t *xctx) | |
| Normalize a value based on property type. More... | |
| afw_object_type_property_normalize (const afw_object_type_t *object_type, const afw_utf8_t *property_name, const afw_value_t *value, const afw_pool_t *p, afw_xctx_t *xctx) | |
| Normalize a value based an object type and property name. More... | |
Object type helpers.
Definition in file afw_object_type.c.