libyang  1.0.253
YANG data modeling language library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Schema printer flags

Schema output flags accepted by libyang printer functions. More...

Collaboration diagram for Schema printer flags:

Macros

#define LYS_OUTOPT_TREE_RFC   0x01
 
#define LYS_OUTOPT_TREE_GROUPING   0x02
 
#define LYS_OUTOPT_TREE_USES   0x04
 
#define LYS_OUTOPT_TREE_NO_LEAFREF   0x08
 

Detailed Description

Schema output flags accepted by libyang printer functions.

Macro Definition Documentation

#define LYS_OUTOPT_TREE_RFC   0x01

Conform to the RFC TODO tree output (only for tree format)

Definition at line 211 of file tree_schema.h.

#define LYS_OUTOPT_TREE_GROUPING   0x02

Print groupings separately (only for tree format)

Definition at line 212 of file tree_schema.h.

#define LYS_OUTOPT_TREE_USES   0x04

Print only uses instead the resolved grouping nodes (only for tree format)

Definition at line 213 of file tree_schema.h.

#define LYS_OUTOPT_TREE_NO_LEAFREF   0x08

Do not print the target of leafrefs (only for tree format)

Definition at line 214 of file tree_schema.h.