Lines Matching full:functions
10 parser and utility functions
21 Libucl consist of several groups of functions:
22 .SS Parser functions
30 .SS Emitting functions
42 .SS Conversion functions
45 These functions are used to convert \f[C]ucl_object_t\f[] to C primitive
47 .SS Generation functions
52 .SS Iteration functions
57 .SS Validation functions
59 Validation functions are used to validate some object \f[C]obj\f[] using
62 .SS Utility functions
66 .SH PARSER FUNCTIONS
68 Parser functions operates with \f[C]struct\ ucl_parser\f[].
273 from stdin using \f[C]libucl\f[] parser functions (the length of input
309 .SH EMITTING FUNCTIONS
325 Moreover, libucl API allows to select a custom set of emitting functions
360 The set of these functions could be used to output text formats of
363 Libucl provides the following functions for emitting UCL objects:
387 concrete set of output functions.
390 .SH CONVERSION FUNCTIONS
392 Conversion functions are used to convert UCL objects to primitive types,
394 There are two types of conversion functions:
409 Here is a list of all conversion functions:
430 .SH GENERATION FUNCTIONS
465 Libucl provides the functions similar to inverse conversion functions
525 .SH ITERATION FUNCTIONS
613 UCL defines the following functions to manage safe iterators:
636 iterator in all safe iterators functions.
669 .SH VALIDATION FUNCTIONS