![]() |
libyang
0.16.105
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 1356 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 506 of file Tree_Schema.cpp.
~Feature | ( | ) |
Definition at line 510 of file Tree_Schema.cpp.
|
inline |
get name variable from lys_feature
Definition at line 1363 of file Tree_Schema.hpp.
|
inline |
get dsc variable from lys_feature
Definition at line 1365 of file Tree_Schema.hpp.
|
inline |
get ref variable from lys_feature
Definition at line 1367 of file Tree_Schema.hpp.
|
inline |
get flags variable from lys_feature
Definition at line 1369 of file Tree_Schema.hpp.
|
inline |
get ext_size variable from lys_feature
Definition at line 1371 of file Tree_Schema.hpp.
|
inline |
get iffeature_size variable from lys_feature
Definition at line 1373 of file Tree_Schema.hpp.
|
inline |
get ext variable from lys_feature
Definition at line 1375 of file Tree_Schema.hpp.
|
inline |
get iffeature variable from lys_feature
Definition at line 1377 of file Tree_Schema.hpp.
|
inline |
get module variable from lys_feature
Definition at line 1379 of file Tree_Schema.hpp.
|
inline |
get depfeatures variable from lys_feature
Definition at line 1381 of file Tree_Schema.hpp.