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

List interface implementation helpers. More...

#include "afw_internal.h"

Go to the source code of this file.

Functions

 afw_list_impl_get_entry_meta (const afw_list_t *instance, afw_integer_t index, const afw_pool_t *p, afw_xctx_t *xctx)
 A general impl of method get_entry_meta for interface afw_list. More...
 
 afw_list_impl_get_next_entry_meta (const afw_list_t *instance, const afw_iterator_t **iterator, const afw_pool_t *p, afw_xctx_t *xctx)
 A general impl of method get_next_entry_meta for interface afw_list. More...
 
const afw_value_tafw_list_external_impl_get_entry_meta (const afw_list_t *instance, afw_integer_t index, const afw_pool_t *p, afw_xctx_t *xctx)
 A general impl of method get_entry_meta for interface afw_list that can be accessed externally. More...
 
const afw_value_tafw_list_external_impl_get_next_entry_meta (const afw_list_t *instance, const afw_iterator_t **iterator, const afw_pool_t *p, afw_xctx_t *xctx)
 A general impl of method get_next_entry_meta for interface afw_list that can be accessed externally. More...
 

Detailed Description

List interface implementation helpers.

Definition in file afw_list_impl.c.