![]() |
libyang 3.13.5
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
|
YANG grouping-stmt. More...
#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_grp * | next |
| uint16_t | nodetype |
| struct lysp_node * | parent |
| const char * | ref |
| } | |
| struct lysp_node | node |
| }; | |
| struct lysp_node_action * | actions |
| struct lysp_node * | child |
| struct lysp_node_grp * | groupings |
| struct lysp_node_notif * | notifs |
| struct lysp_tpdf * | typedefs |
YANG grouping-stmt.
Definition at line 1037 of file tree_schema.h.
| union { ... } lysp_node_grp |
common part corresponding to lysp_node
| struct lysp_node_action* lysp_node_grp::actions |
list of actions (linked list)
Definition at line 1058 of file tree_schema.h.
| struct lysp_node* lysp_node_grp::child |
list of data nodes (linked list)
Definition at line 1057 of file tree_schema.h.
| struct lysp_node_grp* lysp_node_grp::groupings |
list of groupings (linked list)
Definition at line 1056 of file tree_schema.h.
| struct lysp_node_notif* lysp_node_grp::notifs |
list of notifications (linked list)
Definition at line 1059 of file tree_schema.h.
| struct lysp_tpdf* lysp_node_grp::typedefs |
list of typedefs (sized array)
Definition at line 1055 of file tree_schema.h.