libyang 3.13.5
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
Loading...
Searching...
No Matches
lyd_node_any Struct Reference

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_metameta
struct lyd_nodenext
struct lyd_node_innerparent
struct lyd_nodeprev
void * priv
const struct lysc_nodeschema
   } 
struct lyd_node node
}; 
union lyd_any_value value
LYD_ANYDATA_VALUETYPE value_type

Detailed Description

Data node structure for the anydata data tree nodes - anydata or anyxml.

Definition at line 888 of file tree_data.h.

Field Documentation

◆ [union]

union { ... } lyd_node_any

common part corresponding to lyd_node

◆ value

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.

◆ value_type

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.


The documentation for this struct was generated from the following file: