ubjsc  0.4-dev
Enterprise-grade C library for manipulating UBJSON
Data Fields
ubjs_writer_context Struct Reference

User-provided context - callbacks and userdata. More...

#include <ubjs_writer.h>

Collaboration diagram for ubjs_writer_context:
Collaboration graph

Data Fields

void * userdata
 
ubjs_writer_context_would_write would_write
 
ubjs_writer_context_would_print would_print
 
ubjs_writer_context_free free
 

Detailed Description

User-provided context - callbacks and userdata.

Field Documentation

§ free

ubjs_writer_context_free ubjs_writer_context::free

Callback when about to free the writer.

§ userdata

void* ubjs_writer_context::userdata

User context.

§ would_print

ubjs_writer_context_would_print ubjs_writer_context::would_print

Callback when generated pretty-printout.

§ would_write

ubjs_writer_context_would_write ubjs_writer_context::would_write

Callback when generated bytes.


The documentation for this struct was generated from the following file: