Adaptive Framework
0.9.0
|
Variables | |
afw_function_definition_bag_null | |
Function definition bag<null> | |
afw_function_definition_bag_size_null | |
Adaptive Function bag<null> More... | |
afw_function_definition_is_null | |
Adaptive Function bag_size<null> More... | |
afw_function_definition_null | |
Adaptive Function is<null> More... | |
afw_function_definition_to_string_null | |
Adaptive Function null More... | |
null adaptive functions.
afw_function_definition_bag_size_null |
Adaptive Function bag<null>
x | function execute parameter. |
Takes any number of null values and returns a list of list.
This function is pure, so it will always return the same result given exactly the same parameters and has no side effects.
Declaration:
Parameters:
values - (0 or more list null)
Returns:
(list null)
Implemented by afw_function_execute_bag()
Function definition bag_size<null>
Definition at line 18106 of file afw_function_bindings.h.
afw_function_definition_is_null |
Adaptive Function bag_size<null>
x | function execute parameter. |
This returns the integer number of values in list.
This function is pure, so it will always return the same result given exactly the same parameters and has no side effects.
Declaration:
Parameters:
value - (list null)
Returns:
(integer)
Implemented by afw_function_execute_bag_size()
Function definition is<null>
Definition at line 18140 of file afw_function_bindings.h.
afw_function_definition_null |
Adaptive Function is<null>
x | function execute parameter. |
Checks whether value is dataType null and return the boolean result.
This function is pure, so it will always return the same result given exactly the same parameters and has no side effects.
Declaration:
Parameters:
value - (any dataType) Value to check.
Returns:
(boolean)
Implemented by afw_function_execute_is()
Function definition null
Definition at line 18174 of file afw_function_bindings.h.
afw_function_definition_to_string_null |
Adaptive Function null
x | function execute parameter. |
Converts value to data type null returning null result.
This function is pure, so it will always return the same result given exactly the same parameters and has no side effects.
Declaration:
Parameters:
value - (any dataType) Value to convert.
Returns:
(null) Converted value.
Errors thrown:
cast_error - value could not be converted
Implemented by afw_function_execute_convert()
Function definition to_string<null>
Definition at line 18212 of file afw_function_bindings.h.