libyang  2.2.8
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Node type format hints
Collaboration diagram for Node type format hints:

Macros

#define LYD_NODEHINT_LEAFLIST   0x0100
 
#define LYD_NODEHINT_LIST   0x0080
 

Detailed Description

lydvalhints

Hints for the type of the data node.

Any information about node types encoded in the format is hinted by these values.

Macro Definition Documentation

#define LYD_NODEHINT_LEAFLIST   0x0100

node is allowed to be a leaf-list instance

Definition at line 957 of file tree_data.h.

#define LYD_NODEHINT_LIST   0x0080

node is allowed to be a list instance

Definition at line 956 of file tree_data.h.