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

#include <tree_schema.h>

Data Fields

union { 
   struct { 
const char * dsc
struct lysp_ext_instanceexts
uint16_t flags
struct lysp_qnameiffeatures
const char * name
struct lysp_nodenext
uint16_t nodetype
struct lysp_nodeparent
const char * ref
   } 
struct lysp_node node
}; 
struct lysp_nodechild
struct lysp_qname dflt
struct lysp_whenwhen

Detailed Description

Definition at line 862 of file tree_schema.h.

Field Documentation

◆ [union]

union { ... } lysp_node_choice

common part corresponding to lysp_node

◆ child

struct lysp_node* lysp_node_choice::child

list of data nodes (linked list)

Definition at line 880 of file tree_schema.h.

◆ dflt

struct lysp_qname lysp_node_choice::dflt

default case

Definition at line 882 of file tree_schema.h.

◆ when

struct lysp_when* lysp_node_choice::when

when statement

Definition at line 881 of file tree_schema.h.


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