9 #ifndef __AFW_MODEL_H__
10 #define __AFW_MODEL_H__
38 afw_model_adapt_to_adaptor,
39 afw_model_adapt_from_adaptor,
40 afw_model_adapt_to_requestor,
41 afw_model_adapt_from_requestor
#define AFW_BEGIN_DECLARES
#define AFW_DECLARE(type)
Declare a public afw function.
Interfaceafw_interface header.
AFW_DECLARE_CONST_DATA(afw_utf8_t) afw_s_200
afw_utf8_t for string 200
struct afw_model_internal_s afw_model_t
const afw_adaptor_t * afw_model_adaptor_create_cede_p(const afw_object_t *properties, const afw_pool_t *p, afw_xctx_t *xctx)
Create a model adaptor.
afw_model_t * afw_model_compile(const afw_utf8_t *adaptor_id, const afw_object_t *model_object, const afw_pool_t *p, afw_xctx_t *xctx)
Compile a model and add object types to associative array.
afw_adaptor_factory_model
const afw_model_object_type_t * afw_model_get_object_type(const afw_model_t *model, const afw_utf8_t *object_type_id, afw_xctx_t *xctx)
Get the model object type for an object type id from model.
afw_model_adapt_e
Typedef for model adapt type enum.
enum afw_model_adapt_e afw_model_adapt_t
Typedef for model adapt type enum.
Interface afw_adaptor_factory public struct.
Interface afw_adaptor public struct.
Struct for afw_model_object_type_t property_type_other member.
Interface afw_object public struct.
Interface afw_pool public struct.
NFC normalized UTF-8 string.
Interface afw_xctx public struct.