libyang
3.4.2
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
|
ietf-netconf edit-config key metadata instance-identifier keys predicate type plugin. More...
#include "plugins_types.h"
#include <stdint.h>
#include <stdlib.h>
#include "libyang.h"
#include "compat.h"
#include "ly_common.h"
#include "path.h"
#include "plugins_internal.h"
#include "xpath.h"
Go to the source code of this file.
Data Structures | |
struct | lyd_value_instance_identifier_keys |
Special lyd_value structure for yang instance-identifier-keys values. More... | |
Macros | |
#define | _GNU_SOURCE /* strdup */ |
Variables | |
struct lyplg_type_record | plugins_instanceid_keys [] |
Plugin information for instance-identifier type implementation. More... | |
ietf-netconf edit-config key metadata instance-identifier keys predicate type plugin.
This source code is licensed under BSD 3-Clause License (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at
https://opensource.org/licenses/BSD-3-Clause
Definition in file instanceid_keys.c.
struct lyd_value_instance_identifier_keys |
Special lyd_value structure for yang instance-identifier-keys values.
Definition at line 42 of file instanceid_keys.c.
Data Fields | ||
---|---|---|
struct ly_ctx * | ctx | |
LY_VALUE_FORMAT | format | |
struct lyxp_expr * | keys | |
void * | prefix_data |
#define _GNU_SOURCE /* strdup */ |
Definition at line 14 of file instanceid_keys.c.
struct lyplg_type_record plugins_instanceid_keys[] |
Plugin information for instance-identifier type implementation.
Note that external plugins are supposed to use:
LYPLG_TYPES = {
Definition at line 236 of file instanceid_keys.c.