ubjsc
0.6
Enterprise-grade C library for manipulating UBJSON
|
Glue to array iterator. More...
#include <ubjs_library.h>
Data Fields | |
ubjs_glue_array * | array |
void * | userdata |
ubjs_glue_array_iterator_free | free_f |
ubjs_glue_array_iterator_next | next_f |
ubjs_glue_array_iterator_get | get_f |
Glue to array iterator.
ubjs_glue_array* ubjs_glue_array_iterator::array |
Parent glue.
Referenced by ubjs_glue_array_array_builder_new().
ubjs_glue_array_iterator_free ubjs_glue_array_iterator::free_f |
Free callback.
Referenced by ubjs_glue_array_array_builder_new(), and ubjs_parser_parse().
ubjs_glue_array_iterator_get ubjs_glue_array_iterator::get_f |
Get callback.
Referenced by ubjs_glue_array_array_builder_new(), and ubjs_parser_parse().
ubjs_glue_array_iterator_next ubjs_glue_array_iterator::next_f |
Next calback.
Referenced by ubjs_glue_array_array_builder_new(), and ubjs_parser_parse().
void* ubjs_glue_array_iterator::userdata |
Userdata, probably with iterator implementation.
Referenced by ubjs_glue_array_array_builder_new().