Adaptive Framework
0.9.0
|
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_t * | afw_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... | |
Object interface implementation helpers.
Definition in file afw_object_impl.c.