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

afw_function_execute_* functions for higher_order_list. More...

#include "afw_internal.h"

Go to the source code of this file.

Data Structures

struct  impl_call_over_list_cb_e_t
 
struct  impl_of_data_t
 
struct  impl_filter_data_t
 
struct  impl_find_data_t
 
struct  impl_map_data_t
 
struct  impl_sort_ctx_t
 

Typedefs

typedef afw_boolean_t(* impl_call_over_list_cb_t) (impl_call_over_list_cb_e_t *e)
 

Functions

const afw_value_tafw_function_execute_all_of (afw_function_execute_t *x)
 Adaptive Function all_of More...
 
const afw_value_tafw_function_execute_all_of_all (afw_function_execute_t *x)
 Adaptive Function all_of_all More...
 
const afw_value_tafw_function_execute_all_of_any (afw_function_execute_t *x)
 Adaptive Function all_of_any More...
 
const afw_value_tafw_function_execute_any_of (afw_function_execute_t *x)
 Adaptive Function any_of More...
 
const afw_value_tafw_function_execute_any_of_all (afw_function_execute_t *x)
 Adaptive Function any_of_all More...
 
const afw_value_tafw_function_execute_any_of_any (afw_function_execute_t *x)
 Adaptive Function any_of_any More...
 
const afw_value_tafw_function_execute_filter (afw_function_execute_t *x)
 Adaptive Function filter More...
 
const afw_value_tafw_function_execute_find (afw_function_execute_t *x)
 Adaptive Function find More...
 
const afw_value_tafw_function_execute_map (afw_function_execute_t *x)
 Adaptive Function map More...
 
const afw_value_tafw_function_execute_reduce (afw_function_execute_t *x)
 Adaptive Function reduce More...
 
const afw_value_tafw_function_execute_sort (afw_function_execute_t *x)
 Adaptive Function sort More...
 

Detailed Description

afw_function_execute_* functions for higher_order_list.

Definition in file afw_function_higher_order_list.c.