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

afw_function_execute_* functions for stream. More...

#include "afw.h"

Go to the source code of this file.

Functions

const afw_value_tafw_function_execute_flush (afw_function_execute_t *x)
 Adaptive Function flush More...
 
const afw_value_tafw_function_execute_print (afw_function_execute_t *x)
 Adaptive Function print More...
 
const afw_value_tafw_function_execute_println (afw_function_execute_t *x)
 Adaptive Function println More...
 
const afw_value_tafw_function_execute_write (afw_function_execute_t *x)
 Adaptive Function write More...
 
const afw_value_tafw_function_execute_writeln (afw_function_execute_t *x)
 Adaptive Function writeln More...
 
const afw_value_tafw_function_execute_close (afw_function_execute_t *x)
 Adaptive Function close More...
 
const afw_value_tafw_function_execute_get_stream_error (afw_function_execute_t *x)
 Adaptive Function get_stream_error More...
 
const afw_value_tafw_function_execute_open_file (afw_function_execute_t *x)
 Adaptive Function open_file More...
 
const afw_value_tafw_function_execute_open_response (afw_function_execute_t *x)
 Adaptive Function open_response More...
 
const afw_value_tafw_function_execute_open_uri (afw_function_execute_t *x)
 Adaptive Function open_uri More...
 
const afw_value_tafw_function_execute_read (afw_function_execute_t *x)
 Adaptive Function read More...
 
const afw_value_tafw_function_execute_read_to_base64Binary (afw_function_execute_t *x)
 Adaptive Function read_to_base64Binary More...
 
const afw_value_tafw_function_execute_read_to_hexBinary (afw_function_execute_t *x)
 Adaptive Function read_to_hexBinary More...
 
const afw_value_tafw_function_execute_readln (afw_function_execute_t *x)
 Adaptive Function readln More...
 
const afw_value_tafw_function_execute_stream (afw_function_execute_t *x)
 Adaptive Function stream More...
 
const afw_value_tafw_function_execute_write_internal (afw_function_execute_t *x)
 Adaptive Function write_internal More...
 

Detailed Description

afw_function_execute_* functions for stream.

Definition in file afw_function_stream.c.