![]() |
libyang 3.13.5
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
|
Data node structure for the anydata data tree nodes - anydata or anyxml. More...
#include <tree_data.h>
Data Fields | |
| union { | |
| struct { | |
| uint32_t | flags |
| uint32_t | hash |
| struct lyd_meta * | meta |
| struct lyd_node * | next |
| struct lyd_node_inner * | parent |
| struct lyd_node * | prev |
| void * | priv |
| const struct lysc_node * | schema |
| } | |
| struct lyd_node | node |
| }; | |
| union lyd_any_value | value |
| LYD_ANYDATA_VALUETYPE | value_type |
Data node structure for the anydata data tree nodes - anydata or anyxml.
Definition at line 888 of file tree_data.h.
| union { ... } lyd_node_any |
common part corresponding to lyd_node
| union lyd_any_value lyd_node_any::value |
pointer to the stored value representation of the anydata/anyxml node
Definition at line 911 of file tree_data.h.
| LYD_ANYDATA_VALUETYPE lyd_node_any::value_type |
type of the data stored as lyd_node_any.value
Definition at line 912 of file tree_data.h.