Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Macros | Functions
afw_object_view.c File Reference

General adaptive object view. More...

#include "afw_internal.h"
#include "afw_object_impl_declares.h"

Go to the source code of this file.

Macros

#define impl_afw_object_get_meta    afw_object_impl_internal_get_meta
 
#define impl_afw_object_get_property_meta    afw_object_impl_internal_get_property_meta
 
#define impl_afw_object_get_next_property_meta    afw_object_impl_internal_get_next_property_meta
 
#define AFW_IMPLEMENTATION_ID   "afw_object_view"
 
#define impl_meta_property_type_get(self, property_name, xctx)
 

Functions

void impl_afw_object_release (const afw_object_t *instance, afw_xctx_t *xctx)
 
void impl_afw_object_add_reference (const afw_object_t *instance, afw_xctx_t *xctx)
 
afw_size_t impl_afw_object_get_count (const afw_object_t *instance, afw_xctx_t *xctx)
 
const afw_value_timpl_afw_object_get_property (const afw_object_t *instance, const afw_utf8_t *property_name, afw_xctx_t *xctx)
 
const afw_value_timpl_afw_object_get_next_property (const afw_object_t *instance, const afw_iterator_t **iterator, const afw_utf8_t **property_name, afw_xctx_t *xctx)
 
afw_boolean_t impl_afw_object_has_property (const afw_object_t *instance, const afw_utf8_t *property_name, afw_xctx_t *xctx)
 
const afw_object_setter_timpl_afw_object_get_setter (const afw_object_t *instance, afw_xctx_t *xctx)
 
 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...
 

Detailed Description

General adaptive object view.

Definition in file afw_object_view.c.

Macro Definition Documentation

◆ impl_meta_property_type_get

#define impl_meta_property_type_get (   self,
  property_name,
  xctx 
)
Value:
((const afw_object_t *)self), \
property_name, xctx)
afw_object_meta_get_property_type(const afw_object_t *instance, const afw_utf8_t *property_name, afw_xctx_t *xctx)
Get the property type object for an object's property from the meta of an object, creating it if need...
Interface afw_object public struct.

Definition at line 39 of file afw_object_view.c.