![]() |
libyang 3.13.5
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
|
Extension structure of the lysp_node for YANG container. 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 * | 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_restr * | musts |
| struct lysp_node_notif * | notifs |
| const char * | presence |
| struct lysp_tpdf * | typedefs |
| struct lysp_when * | when |
Extension structure of the lysp_node for YANG container.
Definition at line 750 of file tree_schema.h.
| union { ... } lysp_node_container |
common part corresponding to lysp_node
| struct lysp_node_action* lysp_node_container::actions |
list of actions (linked list)
Definition at line 774 of file tree_schema.h.
| struct lysp_node* lysp_node_container::child |
list of data nodes (linked list)
Definition at line 773 of file tree_schema.h.
| struct lysp_node_grp* lysp_node_container::groupings |
list of groupings (linked list)
Definition at line 772 of file tree_schema.h.
| struct lysp_restr* lysp_node_container::musts |
list of must restrictions (sized array)
Definition at line 768 of file tree_schema.h.
| struct lysp_node_notif* lysp_node_container::notifs |
list of notifications (linked list)
Definition at line 775 of file tree_schema.h.
| const char* lysp_node_container::presence |
presence description
Definition at line 770 of file tree_schema.h.
| struct lysp_tpdf* lysp_node_container::typedefs |
list of typedefs (sized array)
Definition at line 771 of file tree_schema.h.
| struct lysp_when* lysp_node_container::when |
when statement
Definition at line 769 of file tree_schema.h.