Home
last modified time | relevance | path

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

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_data.h128 struct lyd_attr { struct
130 struct lyd_attr *next; /**< pointer to the next attribute of the same element */ argument
131 …ruct lys_ext_instance_complex *annotation; /**< pointer to the attribute/annotation's definition */
132 const char *name; /**< attribute name */
133 … string representation of value (for comparison, printing,...), always corresponds to value_type */
134 …lue; /**< node's value representation, always corresponds to schema->type.base */
135 …_type; /**< type of the value in the node, mainly for union to avoid repeating of type detection */
136 uint8_t value_flags; /**< value type flags */