libyang
3.6.0
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
|
Macros | |
#define | LYS_IFF_AND 0x01 |
#define | LYS_IFF_F 0x03 |
#define | LYS_IFF_NOT 0x00 |
#define | LYS_IFF_OR 0x02 |
Tokens of if-feature expression used in lysc_iffeature.expr.
#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.