ubjsc  0.5
Enterprise-grade C library for manipulating UBJSON
Data Fields
ubjs_parser_context Struct Reference

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

#include <ubjs_parser.h>

Collaboration diagram for ubjs_parser_context:
Collaboration graph

Data Fields

void * userdata
 
ubjs_parser_context_parsed parsed
 
ubjs_parser_context_error error
 
ubjs_parser_context_free free
 

Detailed Description

User-provided context - callbacks and userdata.

Field Documentation

§ error

ubjs_parser_context_error ubjs_parser_context::error

Callback when encountered a parsing error.

Referenced by ubjs_parser_new().

§ free

ubjs_parser_context_free ubjs_parser_context::free

Callback when about to free the parser.

Referenced by ubjs_parser_new().

§ parsed

ubjs_parser_context_parsed ubjs_parser_context::parsed

Callback when parsed a primitive.

Referenced by ubjs_parser_new().

§ userdata

void* ubjs_parser_context::userdata

User context.


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