![]() |
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 lysp_ext_instance * | exts |
| uint16_t | flags |
| struct lysp_qname * | iffeatures |
| const char * | name |
| struct lysp_node * | next |
| uint16_t | nodetype |
| struct lysp_node * | parent |
| const char * | ref |
| } | |
| struct lysp_node | node |
| }; | |
| struct lysp_restr * | musts |
| struct lysp_when * | when |
Definition at line 907 of file tree_schema.h.
| union { ... } lysp_node_anydata |
common part corresponding to lysp_node
| struct lysp_restr* lysp_node_anydata::musts |
list of must restrictions (sized array)
Definition at line 925 of file tree_schema.h.
| struct lysp_when* lysp_node_anydata::when |
when statement
Definition at line 926 of file tree_schema.h.