libyang
1.0.253
YANG data modeling language library
|
#include <Tree_Schema.hpp>
Public Member Functions | |
Feature (struct lys_feature *feature, S_Deleter) | |
~Feature () | |
const char * | name () |
const char * | dsc () |
const char * | ref () |
uint16_t | flags () |
uint8_t | ext_size () |
uint8_t | iffeature_size () |
std::vector< S_Ext_Instance > | ext () |
std::vector< S_Iffeature > | iffeature () |
S_Module | module () |
S_Set | depfeatures () |
Definition at line 1361 of file Tree_Schema.hpp.
Feature | ( | struct lys_feature * | feature, |
S_Deleter | deleter | ||
) |
wrapper for struct lys_feature, for internal use only
Definition at line 515 of file Tree_Schema.cpp.
~Feature | ( | ) |
Definition at line 519 of file Tree_Schema.cpp.
|
inline |
get name variable from lys_feature
Definition at line 1368 of file Tree_Schema.hpp.
|
inline |
get dsc variable from lys_feature
Definition at line 1370 of file Tree_Schema.hpp.
|
inline |
get ref variable from lys_feature
Definition at line 1372 of file Tree_Schema.hpp.
|
inline |
get flags variable from lys_feature
Definition at line 1374 of file Tree_Schema.hpp.
|
inline |
get ext_size variable from lys_feature
Definition at line 1376 of file Tree_Schema.hpp.
|
inline |
get iffeature_size variable from lys_feature
Definition at line 1378 of file Tree_Schema.hpp.
|
inline |
get ext variable from lys_feature
Definition at line 1380 of file Tree_Schema.hpp.
|
inline |
get iffeature variable from lys_feature
Definition at line 1382 of file Tree_Schema.hpp.
|
inline |
get module variable from lys_feature
Definition at line 1384 of file Tree_Schema.hpp.
|
inline |
get depfeatures variable from lys_feature
Definition at line 1386 of file Tree_Schema.hpp.