ubjsc
0.4-dev
Enterprise-grade C library for manipulating UBJSON
|
User-provided context - callbacks and userdata. More...
#include <ubjs_writer.h>
Data Fields | |
void * | userdata |
ubjs_writer_context_would_write | would_write |
ubjs_writer_context_would_print | would_print |
ubjs_writer_context_free | free |
User-provided context - callbacks and userdata.
ubjs_writer_context_free ubjs_writer_context::free |
Callback when about to free the writer.
void* ubjs_writer_context::userdata |
User context.
ubjs_writer_context_would_print ubjs_writer_context::would_print |
Callback when generated pretty-printout.
ubjs_writer_context_would_write ubjs_writer_context::would_write |
Callback when generated bytes.