|
Adaptive Framework
0.9.0
|
Files | |
| file | afw_object_view.h |
| Header file for Adaptive Framework object view. | |
Functions | |
| 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. More... | |
Adaptive Framework object view.
| 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.
| instance | of object to make a view of. |
| entity_path | to use or NULL if the path of instance should be used. |
| options | for the view. |
| p | to use. |
| xctx | of caller. |
Object should already be valid and normalized.
Definition at line 1321 of file afw_object_view.c.