![]() |
libyang 3.13.5
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
|
#include <tree_schema.h>
Data Fields | |
| union { | |
| struct { | |
| const char * | dsc |
| struct lysc_ext_instance * | exts |
| uint16_t | flags |
| uint8_t | hash [4] |
| struct lys_module * | module |
| const char * | name |
| struct lysc_node * | next |
| uint16_t | nodetype |
| struct lysc_node * | parent |
| struct lysc_node * | prev |
| void * | priv |
| const char * | ref |
| } | |
| struct lysc_node | node |
| }; | |
| struct lysc_node_case * | cases |
| struct lysc_node_case * | dflt |
| struct lysc_when ** | when |
Definition at line 1582 of file tree_schema.h.
| union { ... } lysc_node_choice |
| struct lysc_node_case* lysc_node_choice::cases |
list of all the cases (linked list)
Definition at line 1605 of file tree_schema.h.
| 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.
| struct lysc_when** lysc_node_choice::when |
list of pointers to when statements (sized array)
Definition at line 1606 of file tree_schema.h.