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

Object interface implementation helpers. More...

#include "afw_internal.h"

Go to the source code of this file.

Functions

 afw_object_impl_get_parent_paths_from_parents (const afw_object_t *const *parents, afw_xctx_t *xctx)
 Get list of parent paths from list of parents. More...
 
const afw_value_tafw_object_impl_get_meta (const afw_object_t *instance, const afw_pool_t *p, afw_xctx_t *xctx)
 A general impl of method get_meta for interface afw_object that can be accessed externally. More...
 
 afw_object_impl_internal_get_meta (const afw_object_t *instance, const afw_pool_t *p, afw_xctx_t *xctx)
 A general impl of method get_meta for interface afw_object. More...
 

Detailed Description

Object interface implementation helpers.

Definition in file afw_object_impl.c.