Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Macros | Functions

Helpers for list implementation development. More...

#include "afw_interface.h"

Go to the source code of this file.

Macros

#define AFW_LIST_IMPL_ASSERT_SELF_MUTABLE
 

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...
 
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...
 
 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_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

Helpers for list implementation development.

Definition in file afw_list_impl.h.