Adaptive Framework
0.9.0
|
Adaptive Framework data type bindings. More...
Go to the source code of this file.
Macros | |
#define | XX(id) &afw_data_type_ ##id##_direct, |
Functions | |
afw_register_data_types (afw_xctx_t *xctx) | |
Register each afw_data_type_<dataType>. More... | |
afw_register_data_type_infs (afw_xctx_t *xctx) | |
Register each afw__value_evaluated_<dataType>_inf. More... | |
Adaptive Framework data type bindings.
Definition in file afw_data_type_bindings.c.
afw_register_data_type_infs | ( | afw_xctx_t * | xctx | ) |
Register each afw__value_evaluated_<dataType>_inf.
xctx | of caller. |
Definition at line 45 of file afw_data_type_bindings.c.
afw_register_data_types | ( | afw_xctx_t * | xctx | ) |
Register each afw_data_type_<dataType>.
xctx | of caller. |
Definition at line 35 of file afw_data_type_bindings.c.