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
if-feature expression tokens
Collaboration diagram for 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 1248 of file tree_schema.h.

#define LYS_IFF_F   0x03

feature

Definition at line 1250 of file tree_schema.h.

#define LYS_IFF_NOT   0x00

operand "not"

Definition at line 1247 of file tree_schema.h.

#define LYS_IFF_OR   0x02

operand "or"

Definition at line 1249 of file tree_schema.h.