![]() |
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_action * | actions |
| struct lysc_node * | child |
| struct lysc_must * | musts |
| struct lysc_node_notif * | notifs |
| struct lysc_when ** | when |
Definition at line 1524 of file tree_schema.h.
| union { ... } lysc_node_container |
| struct lysc_node_action* lysc_node_container::actions |
first of actions nodes (linked list)
Definition at line 1550 of file tree_schema.h.
| struct lysc_node* lysc_node_container::child |
first child node (linked list)
Definition at line 1547 of file tree_schema.h.
| struct lysc_must* lysc_node_container::musts |
list of must restrictions (sized array)
Definition at line 1548 of file tree_schema.h.
| struct lysc_node_notif* lysc_node_container::notifs |
first of notifications nodes (linked list)
Definition at line 1551 of file tree_schema.h.
| struct lysc_when** lysc_node_container::when |
list of pointers to when statements (sized array)
Definition at line 1549 of file tree_schema.h.