Home
last modified time | relevance | path

Searched defs:lyd_node_leaf_list (Results 1 – 1 of 1) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_data.h217 struct lyd_node_leaf_list { struct
218 …de *schema; /**< pointer to the schema definition of this node which is ::lys_node_leaflist
220 uint8_t validity; /**< [validity flags](@ref validityflags) */
221 uint8_t dflt:1; /**< flag for implicit default node */
225 struct lyd_attr *attr; /**< pointer to the list of attributes of this node */
226 …struct lyd_node *next; /**< pointer to the next sibling node (NULL if there is no one) */
227 …lyd_node *prev; /**< pointer to the previous sibling node \note Note that this pointer is
231 struct lyd_node *parent; /**< pointer to the parent node, NULL in case of root node */
234 void *priv; /**< private user data, not used by libyang */
245 …lue; /**< node's value representation, always corresponds to schema->type.base */
[all …]