ubjsc  0.5
Enterprise-grade C library for manipulating UBJSON
Functions
ubjs_glue_array_array.h File Reference

Default glue for array - doubly linked list. More...

#include <ubjs_library.h>
Include dependency graph for ubjs_glue_array_array.h:

Go to the source code of this file.

Functions

UBJS_EXPORT ubjs_result ubjs_glue_array_array_builder_new (ubjs_library *, ubjs_glue_array_builder **)
 Array glue that links to naive double-linked list implementation. More...
 

Detailed Description

Default glue for array - doubly linked list.

This has very funny complexities, like O(n) for get/add/delete.

Since
0.5

Function Documentation

§ ubjs_glue_array_array_builder_new()

UBJS_EXPORT ubjs_result ubjs_glue_array_array_builder_new ( ubjs_library ,
ubjs_glue_array_builder **   
)