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

Helpers for interfaces afw_writer*. More...

#include "afw_internal.h"
#include "afw_writer_impl_declares.h"

Go to the source code of this file.

Data Structures

struct  afw_writer_fd_afw_writer_self_s
 

Macros

#define AFW_IMPLEMENTATION_ID   "afw_writer_fd"
 

Typedefs

typedef struct afw_writer_fd_afw_writer_self_s afw_writer_fd_afw_writer_self_t
 

Functions

void impl_afw_writer_release (const afw_writer_t *instance, afw_xctx_t *xctx)
 
void impl_afw_writer_flush (const afw_writer_t *instance, afw_xctx_t *xctx)
 
void impl_afw_writer_write (const afw_writer_t *instance, const void *buffer, afw_size_t size, afw_xctx_t *xctx)
 
void impl_afw_writer_write_eol (const afw_writer_t *instance, afw_xctx_t *xctx)
 
void impl_afw_writer_increment_indent (const afw_writer_t *instance, afw_xctx_t *xctx)
 
void impl_afw_writer_decrement_indent (const afw_writer_t *instance, afw_xctx_t *xctx)
 
 afw_writer_write_integer (const afw_writer_t *writer, afw_integer_t integer, afw_xctx_t *xctx)
 Call afw_writer_write() with an integer. More...
 
 afw_writer_write_size (const afw_writer_t *writer, afw_size_t size, afw_xctx_t *xctx)
 Call afw_writer_write() with an size. More...
 

Detailed Description

Helpers for interfaces afw_writer*.

Definition in file afw_writer.c.