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

Convert an AFW value to YAML. More...

#include "afw.h"
#include "afw_yaml.h"
#include <apr_buckets.h>

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_yaml_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_utf8_tafw_yaml_from_value (const afw_value_t *value, const afw_pool_t *p, afw_xctx_t *xctx)
 Convert an adaptive value to YAML. More...
 

Detailed Description

Convert an AFW value to YAML.

Definition in file afw_yaml_from_value.c.