Lines Matching refs:objects

34 	- [Primitive objects generation](#primitive-objects-generation)
47 Libucl is a parser and `C` API to parse and generate `ucl` objects. Libucl consist of several group…
53 Convert `ucl` objects to some textual or binary representation. Currently, libucl supports the foll…
60 Help to convert `ucl` objects to C types. These functions are used to convert `ucl_object_t` to C p…
63 …w creation of `ucl` objects from C types and creating of complex `ucl` objects, such as hashes or …
66 Iterate over `ucl` complex objects or over a chain of values, for example when a key in an object h…
69 …son-schema compatible object `schema`. Both input and schema must be UCL objects to perform valida…
72 Provide basic utilities to manage `ucl` objects: creating, removing, retaining and releasing refere…
246 Libucl can transform UCL objects to a number of textual formats:
254 efficient and zero-copy output of libucl objects. Libucl uses the following structure to support th…
278 The set of these functions could be used to output text formats of `UCL` objects to different struc…
280 Libucl provides the following functions for emitting UCL objects:
301 Conversion functions are used to convert UCL objects to primitive types, such as strings, numbers, …
306 …y UCL object (including compound types - arrays and objects) to a string representation. For objec…
321 …ate UCL objects from C primitive types. Moreover, libucl allows creation and modifying complex UCL…
348 ## Primitive objects generation
380 Iteration are used to iterate over UCL compound types: arrays and objects. Moreover, iterations cou…
390objects have been iterated. The reference count of the object returned is not increased, so a call…
409 … iterators are defined to clarify iterating over UCL objects and simplify flattening of UCL object…
413 1. Iteration over complex objects with expanding all values
414 2. Iteration over complex objects without expanding of values