|
Adaptive Framework
0.9.0
|
Data Fields | |
| const afw_pool_t * | p |
| Pool used for all resources in view. More... | |
| AFW_ATOMIC afw_integer_t | reference_count |
| afw_object_view_internal_object_self_t * | main_entity |
| First loaded entity. More... | |
| const afw_object_options_t * | options |
| View options. | |
| const afw_uri_parsed_t * | uri_parsed |
| Parsed URI for view entity. | |
| const afw_utf8_t * | adaptor_id |
| Parsed URI for view entity. | |
| const afw_object_t * | journal_entry |
| Journal entry used during path resolution. | |
| apr_hash_t * | string_values |
| Shared string values. | |
| apr_hash_t * | path_values |
| Shared path values. | |
Definition at line 124 of file afw_object_view_internal.h.
| afw_object_view_internal_object_self_t* main_entity |
First loaded entity.
This is a pointer to the object that will be returned from create view. See its next_entity for a list of loaded objects used for parent resolution.
Definition at line 145 of file afw_object_view_internal.h.
| const afw_pool_t* p |
Pool used for all resources in view.
This pool goes away when the reference count goes to 0. The reference count is incremented and decremented the contained objects add_reference() and release() methods.
Definition at line 133 of file afw_object_view_internal.h.