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

Adaptive Framework afw_list interface helpers. More...

#include "afw_internal.h"

Go to the source code of this file.

Functions

 afw_list_of_utf8_get_next (const afw_list_t *instance, const afw_iterator_t **iterator, afw_xctx_t *xctx)
 Get next value from list whose data type cType is afw_utf8_t. More...
 
 afw_list_set_immutable (const afw_list_t *instance, afw_xctx_t *xctx)
 Set a list to immutable if not already. More...
 
 afw_list_determine_data_type_and_set_immutable (const afw_list_t *instance, afw_xctx_t *xctx)
 Set list to immutable and determine data type of entries. More...
 
 afw_list_add_internal (const afw_list_t *instance, const afw_data_type_t *data_type, const void *internal, afw_xctx_t *xctx)
 Call method add of interface afw_list_setter. More...
 
 afw_list_add_value (const afw_list_t *instance, const afw_value_t *value, afw_xctx_t *xctx)
 Call method add_value of interface afw_list_setter. More...
 
 afw_list_remove_all_values (const afw_list_t *instance, afw_xctx_t *xctx)
 Call method remove_all_values of interface afw_list_setter. More...
 
 afw_list_remove_internal (const afw_list_t *instance, const afw_data_type_t *data_type, const void *internal, afw_xctx_t *xctx)
 Call method remove of interface afw_list_setter. More...
 
 afw_list_remove_value (const afw_list_t *instance, const afw_value_t *value, afw_xctx_t *xctx)
 Call method remove_value of interface afw_list_setter. More...
 
 afw_list_set_value_by_index (const afw_list_t *instance, afw_size_t index, const afw_value_t *value, afw_xctx_t *xctx)
 Call method set_value_by_index of interface afw_list_setter. More...
 

Detailed Description

Adaptive Framework afw_list interface helpers.

Definition in file afw_list.c.