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

#include <tree_schema.h>

Data Fields

union { 
   struct { 
const char * dsc
struct lysc_ext_instanceexts
uint16_t flags
uint8_t hash [4]
struct lys_modulemodule
const char * name
struct lysc_nodenext
uint16_t nodetype
struct lysc_nodeparent
struct lysc_nodeprev
void * priv
const char * ref
   } 
struct lysc_node node
}; 
struct lysc_node_casecases
struct lysc_node_casedflt
struct lysc_when ** when

Detailed Description

Definition at line 1582 of file tree_schema.h.

Field Documentation

◆ [union]

union { ... } lysc_node_choice

◆ cases

struct lysc_node_case* lysc_node_choice::cases

list of all the cases (linked list)

Definition at line 1605 of file tree_schema.h.

◆ dflt

struct lysc_node_case* lysc_node_choice::dflt

default case of the choice, only a pointer into the cases array.

Definition at line 1607 of file tree_schema.h.

◆ when

struct lysc_when** lysc_node_choice::when

list of pointers to when statements (sized array)

Definition at line 1606 of file tree_schema.h.


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