|
Adaptive Framework
0.9.0
|
Adaptive Framework data type functions. More...
Go to the source code of this file.
Macros | |
| #define | IMPL_DATA_TYPE_INF( _id, _to_utf8, _to_internal, _compare, _conv, _clone, _compiler_listing, _expression) |
Functions | |
| void | impl_clone_embedded_object (const afw_object_t **to, const afw_object_t *from, const afw_object_t *embedding_object, const afw_utf8_t *property_name, afw_xctx_t *xctx) |
| afw_data_type_object_create_clone_to_managed_object (const afw_object_t *object, const afw_pool_t *p, afw_xctx_t *xctx) | |
| Clone an object to a managed object. More... | |
Variables | |
| afw_data_type_boolean_true = AFW_TRUE | |
| afw_data_type_boolean_false = AFW_FALSE | |
Adaptive Framework data type functions.
Definition in file afw_data_type.c.
| #define IMPL_DATA_TYPE_INF | ( | _id, | |
| _to_utf8, | |||
| _to_internal, | |||
| _compare, | |||
| _conv, | |||
| _clone, | |||
| _compiler_listing, | |||
| _expression | |||
| ) |
Definition at line 2022 of file afw_data_type.c.