Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Files | Functions

Files

file  afw_object_view.h
 Header file for Adaptive Framework object view.
 

Functions

const afw_object_tafw_object_view_create (const afw_object_t *instance, const afw_utf8_t *entity_path, const afw_object_options_t *options, const afw_pool_t *p, afw_xctx_t *xctx)
 Create an object view of an object in specified pool. More...
 

Detailed Description

Adaptive Framework object view.

Function Documentation

◆ afw_object_view_create()

const afw_object_t* afw_object_view_create ( const afw_object_t instance,
const afw_utf8_t entity_path,
const afw_object_options_t options,
const afw_pool_t p,
afw_xctx_t xctx 
)

Create an object view of an object in specified pool.

Parameters
instanceof object to make a view of.
entity_pathto use or NULL if the path of instance should be used.
optionsfor the view.
pto use.
xctxof caller.

Object should already be valid and normalized.

Todo:
FIXME: Should probably come in as parameter.

Definition at line 1321 of file afw_object_view.c.