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

Helpers for afw_content_type* implementation development. More...

#include "afw_internal.h"
#include "afw_content_type_object_list_writer_impl_declares.h"

Go to the source code of this file.

Data Structures

struct  impl_afw_content_type_object_list_writer_self_s
 

Macros

#define AFW_IMPLEMENTATION_ID   "impl"
 

Typedefs

typedef struct impl_afw_content_type_object_list_writer_self_s impl_afw_content_type_object_list_writer_self_t
 

Functions

 afw_content_type_impl_create_object_list_writer (const afw_content_type_t *instance, const afw_object_options_t *options, void *context, afw_write_cb_t callback, const afw_memory_t *begin_object_list, const afw_memory_t *object_separator, const afw_memory_t *last_object_separator, const afw_memory_t *end_object_list, const afw_pool_t *p, afw_xctx_t *xctx)
 
void impl_afw_content_type_object_list_writer_release (const afw_content_type_object_list_writer_t *instance, afw_xctx_t *xctx)
 
void impl_afw_content_type_object_list_writer_write_object (const afw_content_type_object_list_writer_t *instance, const afw_object_t *object, const afw_pool_t *p, afw_xctx_t *xctx)
 

Detailed Description

Helpers for afw_content_type* implementation development.

Definition in file afw_content_type_impl.c.