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

#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 * child
struct lysc_must * musts

Detailed Description

Definition at line 1439 of file tree_schema.h.

Field Documentation

◆ [union]

union { ... } lysc_node_action_inout

◆ child

struct lysc_node* lysc_node_action_inout::child

first child node (linked list)

Definition at line 1459 of file tree_schema.h.

◆ musts

struct lysc_must* lysc_node_action_inout::musts

list of must restrictions (sized array)

Definition at line 1460 of file tree_schema.h.


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