libyang 5.4.9
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
Loading...
Searching...
No Matches
Node type format hints
Collaboration diagram for Node type format hints:

Macros

#define LYD_NODEHINT_CONTAINER   0x4000
#define LYD_NODEHINT_LEAFLIST   0x2000
#define LYD_NODEHINT_LIST   0x1000

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

◆ LYD_NODEHINT_CONTAINER

#define LYD_NODEHINT_CONTAINER   0x4000

node is allowed to be a container instance

Definition at line 934 of file tree_data.h.

◆ LYD_NODEHINT_LEAFLIST

#define LYD_NODEHINT_LEAFLIST   0x2000

node is allowed to be a leaf-list instance

Definition at line 933 of file tree_data.h.

◆ LYD_NODEHINT_LIST

#define LYD_NODEHINT_LIST   0x1000

node is allowed to be a list instance

Definition at line 932 of file tree_data.h.