ubjsc
0.4-dev
Enterprise-grade C library for manipulating UBJSON
|
User-provided context - callbacks and userdata. More...
#include <ubjs_parser.h>
Data Fields | |
void * | userdata |
ubjs_parser_context_parsed | parsed |
ubjs_parser_context_error | error |
ubjs_parser_context_free | free |
User-provided context - callbacks and userdata.
ubjs_parser_context_error ubjs_parser_context::error |
Callback when encountered a parsing error.
Referenced by ubjs_parser_new().
ubjs_parser_context_free ubjs_parser_context::free |
Callback when about to free the parser.
Referenced by ubjs_parser_new().
ubjs_parser_context_parsed ubjs_parser_context::parsed |
Callback when parsed a primitive.
Referenced by ubjs_parser_new().
void* ubjs_parser_context::userdata |
User context.