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_inner Struct Reference

Data node structure for the inner data tree nodes - containers, lists, RPCs, actions and Notifications. 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
}; 
struct lyd_nodechild
struct ly_htchildren_ht

Detailed Description

Data node structure for the inner data tree nodes - containers, lists, RPCs, actions and Notifications.

Definition at line 815 of file tree_data.h.

Field Documentation

◆ [union]

union { ... } lyd_node_inner

common part corresponding to lyd_node

◆ child

struct lyd_node* lyd_node_inner::child

pointer to the first child node.

Definition at line 838 of file tree_data.h.

◆ children_ht

struct ly_ht* lyd_node_inner::children_ht

hash table with all the direct children (except keys for a list, lists without keys)

Definition at line 839 of file tree_data.h.


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