|
Adaptive Framework
0.9.0
|
Internal struct used by afw_model* functions. More...
#include <afw_model_internal.h>
Data Fields | |
| const afw_pool_t * | p |
| afw_model_internal_adaptor_session_self_t * | session_self |
| const afw_adaptor_impl_request_t * | impl_request |
| const afw_context_cb_variable_t *const * | current_variables |
| const afw_model_object_type_t * | model_object_type |
| const afw_query_criteria_t * | criteria |
| const afw_object_t * | adaptorTypeSpecific |
| afw_runtime_object_indirect_t | runtime_object_level |
| afw_runtime_object_indirect_t | runtime_property_level |
| afw_boolean_t | from_adaptor |
| afw_boolean_t | process_initial_values |
| const afw_object_t * | object |
| const afw_object_t * | mapped_object |
| const afw_utf8_t * | object_id |
| const afw_utf8_t * | mapped_object_type_id |
| const afw_utf8_t * | mapped_object_id |
| const afw_value_t * | object_value |
| const afw_value_t * | adaptor_id_value |
| const afw_value_t * | object_type_id_value |
| const afw_value_t * | object_id_value |
| const afw_value_t * | mapped_object_value |
| const afw_value_t * | mapped_object_type_id_value |
| const afw_value_t * | mapped_object_id_value |
| const afw_value_t * | adaptorTypeSpecific_value |
| const afw_value_t * | mapObject_value |
| const afw_value_t * | mapBackObject_value |
| const afw_value_t * | queryCriteria_value |
| const afw_value_t * | returnObject_value |
| const afw_value_t * | useDefaultProcessing_value |
| const afw_adaptor_modify_entry_t *const * | modify_entries |
| Original entries for modify. | |
| const afw_value_t * | modify_entries_value |
| Original entries for modify as list value. | |
| const afw_list_t * | mapped_entries |
| Mapped entries for modify. | |
| struct { | |
| const afw_model_property_type_t * model_property_type | |
| const afw_value_t * property_name_value | |
| const afw_value_t * value | |
| const afw_value_t * mapped_property_name_value | |
| const afw_value_t * mapped_value | |
| } | property_level |
Internal struct used by afw_model* functions.
Do not access outside of afw core as it may change often.
Definition at line 62 of file afw_model_internal.h.