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

afw_function_execute_* functions for miscellaneous. More...

#include "afw_internal.h"

Go to the source code of this file.

Functions

const afw_value_tafw_function_execute_annotate (afw_function_execute_t *x)
 Adaptive Function annotate More...
 
const afw_value_tafw_function_execute_compare_uri (afw_function_execute_t *x)
 Adaptive Function compare_uri More...
 
const afw_value_tafw_function_execute_debug (afw_function_execute_t *x)
 Adaptive Function debug More...
 
const afw_value_tafw_function_execute_generate_uuid (afw_function_execute_t *x)
 Adaptive Function generate_uuid More...
 
const afw_value_tafw_function_execute_log (afw_function_execute_t *x)
 Adaptive Function log More...
 
const afw_value_tafw_function_execute_now_local (afw_function_execute_t *x)
 Adaptive Function now_local More...
 
const afw_value_tafw_function_execute_now_utc (afw_function_execute_t *x)
 Adaptive Function now_utc More...
 
const afw_value_tafw_function_execute_parse_uri (afw_function_execute_t *x)
 Adaptive Function parse_uri More...
 
const afw_value_tafw_function_execute_perform (afw_function_execute_t *x)
 Adaptive Function perform More...
 
const afw_value_tafw_function_execute_execution_start_time_local (afw_function_execute_t *x)
 Adaptive Function execution_start_time_local More...
 
const afw_value_tafw_function_execute_execution_start_time_utc (afw_function_execute_t *x)
 Adaptive Function execution_start_time_utc More...
 
const afw_value_tafw_function_execute_trace (afw_function_execute_t *x)
 Adaptive Function trace More...
 
const afw_value_tafw_function_execute_variable_exists (afw_function_execute_t *x)
 Adaptive Function variable_exists More...
 
const afw_value_tafw_function_execute_variable_get (afw_function_execute_t *x)
 Adaptive Function variable_get More...
 
const afw_value_tafw_function_execute_variable_is_not_null (afw_function_execute_t *x)
 Adaptive Function variable_is_not_null More...
 
const afw_value_tafw_function_execute_is_nullish (afw_function_execute_t *x)
 Adaptive Function is_nullish More...
 
const afw_value_tafw_function_execute_is_defined (afw_function_execute_t *x)
 Adaptive Function is_defined More...
 
const afw_value_tafw_function_execute_nullish_coalescing (afw_function_execute_t *x)
 Adaptive Function nullish_coalescing More...
 
const afw_value_tafw_function_execute_optional_chaining (afw_function_execute_t *x)
 Adaptive Function optional_chaining More...
 

Detailed Description

afw_function_execute_* functions for miscellaneous.

Definition in file afw_function_miscellaneous.c.