libyang  2.1.80
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
if-feature expression tokens

Macros

#define LYS_IFF_AND   0x01
 
#define LYS_IFF_F   0x03
 
#define LYS_IFF_NOT   0x00
 
#define LYS_IFF_OR   0x02
 

Detailed Description

Tokens of if-feature expression used in lysc_iffeature.expr.

Macro Definition Documentation

#define LYS_IFF_AND   0x01

operand "and"

Definition at line 1243 of file tree_schema.h.

#define LYS_IFF_F   0x03

feature

Definition at line 1245 of file tree_schema.h.

#define LYS_IFF_NOT   0x00

operand "not"

Definition at line 1242 of file tree_schema.h.

#define LYS_IFF_OR   0x02

operand "or"

Definition at line 1244 of file tree_schema.h.