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

Glue to array iterator. More...

#include <ubjs_library.h>

Collaboration diagram for ubjs_glue_array_iterator:
Collaboration graph

Data Fields

ubjs_glue_arrayarray
 
void * userdata
 
ubjs_glue_array_iterator_free free_f
 
ubjs_glue_array_iterator_next next_f
 
ubjs_glue_array_iterator_get get_f
 

Detailed Description

Glue to array iterator.

Since
0.5

Field Documentation

§ array

ubjs_glue_array* ubjs_glue_array_iterator::array

Parent glue.

Referenced by ubjs_glue_array_array_builder_new().

§ free_f

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().

§ get_f

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().

§ next_f

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().

§ userdata

void* ubjs_glue_array_iterator::userdata

Userdata, probably with iterator implementation.

Referenced by ubjs_glue_array_array_builder_new().


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