![]() |
libyang
2.0.7
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
|
Functions | |
| LY_ERR | lyplg_type_compare_simple (const struct lyd_value *val1, const struct lyd_value *val2) |
| Implementation of lyplg_type_compare_clb for a generic simple type. More... | |
| LY_ERR | lyplg_type_dup_simple (const struct ly_ctx *ctx, const struct lyd_value *original, struct lyd_value *dup) |
| Implementation of lyplg_type_dup_clb for a generic simple type. More... | |
| void | lyplg_type_free_simple (const struct ly_ctx *ctx, struct lyd_value *value) |
| Implementation of lyplg_type_free_clb for a generic simple type. More... | |
| const void * | lyplg_type_print_simple (const struct ly_ctx *ctx, const struct lyd_value *value, LY_VALUE_FORMAT format, void *prefix_data, ly_bool *dynamic, size_t *value_len) |
| Implementation of lyplg_type_print_clb for a generic simple type. More... | |
Simple functions implementing Type Plugins callbacks handling types that allocate no dynamic value and always generate their canonical value (lyd_value._canonical).
Implementation of lyplg_type_compare_clb for a generic simple type.
| LY_ERR lyplg_type_dup_simple | ( | const struct ly_ctx * | ctx, |
| const struct lyd_value * | original, | ||
| struct lyd_value * | dup | ||
| ) |
Implementation of lyplg_type_dup_clb for a generic simple type.
Implementation of lyplg_type_free_clb for a generic simple type.
| const void* lyplg_type_print_simple | ( | const struct ly_ctx * | ctx, |
| const struct lyd_value * | value, | ||
| LY_VALUE_FORMAT | format, | ||
| void * | prefix_data, | ||
| ly_bool * | dynamic, | ||
| size_t * | value_len | ||
| ) |
Implementation of lyplg_type_print_clb for a generic simple type.