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

Adaptive Framework value decompile. More...

#include "afw_internal.h"

Go to the source code of this file.

Functions

 afw_value_decompile_to_string (const afw_value_t *value, const afw_utf8_t *tab, const afw_pool_t *p, afw_xctx_t *xctx)
 Decompile a value to a string. More...
 
 afw_value_decompile_call_args (const afw_writer_t *writer, afw_size_t first_arg, const afw_value_call_args_t *args, afw_xctx_t *xctx)
 Decompile call args. More...
 
 afw_value_decompile_value (const afw_value_t *instance, const afw_writer_t *writer, afw_xctx_t *xctx)
 Decompile Value::. More...
 

Detailed Description

Adaptive Framework value decompile.

Definition in file afw_value_decompile.c.