Adaptive Framework
0.9.0
|
Convert an AFW value to UBJSON. More...
Go to the source code of this file.
Data Structures | |
struct | from_value_wa_s |
Typedefs | |
typedef struct from_value_wa_s | from_value_wa_t |
Functions | |
void | impl_putc (from_value_wa_t *wa, afw_byte_t c) |
void | impl_puts (from_value_wa_t *wa, const afw_utf8_z_t *s) |
void | impl_write (from_value_wa_t *wa, const void *buffer, afw_size_t size) |
void | afw_ubjson_internal_write_value (const afw_value_t *value, const afw_object_options_t *options, void *context, afw_write_cb_t callback, const afw_pool_t *p, afw_xctx_t *xctx) |
const afw_memory_t * | afw_ubjson_from_value (const afw_value_t *value, const afw_pool_t *p, afw_xctx_t *xctx) |
Convert an adaptive value to UBJSON. More... | |
Convert an AFW value to UBJSON.
Definition in file afw_ubjson_from_value.c.