libyang 3.13.5
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
Loading...
Searching...
No Matches
lysp_node_action_inout Struct Reference

YANG input-stmt and output-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 * next
uint16_t nodetype
struct lysp_node * parent
const char * ref
   } 
struct lysp_node node
}; 
struct lysp_node * child
struct lysp_node_grp * groupings
struct lysp_restr * musts
struct lysp_tpdf * typedefs

Detailed Description

YANG input-stmt and output-stmt.

Definition at line 955 of file tree_schema.h.

Field Documentation

◆ [union]

union { ... } lysp_node_action_inout

common part corresponding to lysp_node

◆ child

struct lysp_node* lysp_node_action_inout::child

list of data nodes (linked list)

Definition at line 976 of file tree_schema.h.

◆ groupings

struct lysp_node_grp* lysp_node_action_inout::groupings

list of groupings (linked list)

Definition at line 975 of file tree_schema.h.

◆ musts

struct lysp_restr* lysp_node_action_inout::musts

list of must restrictions (sized array)

Definition at line 973 of file tree_schema.h.

◆ typedefs

struct lysp_tpdf* lysp_node_action_inout::typedefs

list of typedefs (sized array)

Definition at line 974 of file tree_schema.h.


The documentation for this struct was generated from the following file: