Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
afw_object_view_internal_view_s Struct Reference

Data Fields

const afw_pool_tp
 Pool used for all resources in view. More...
 
AFW_ATOMIC afw_integer_t reference_count
 
afw_object_view_internal_object_self_tmain_entity
 First loaded entity. More...
 
const afw_object_options_toptions
 View options.
 
const afw_uri_parsed_turi_parsed
 Parsed URI for view entity.
 
const afw_utf8_tadaptor_id
 Parsed URI for view entity.
 
const afw_object_tjournal_entry
 Journal entry used during path resolution.
 
apr_hash_t * string_values
 Shared string values.
 
apr_hash_t * path_values
 Shared path values.
 

Detailed Description

Definition at line 124 of file afw_object_view_internal.h.

Field Documentation

◆ 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.

◆ p

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.


The documentation for this struct was generated from the following file: