![]() |
libyang
1.0.101
YANG data modeling language library
|
#include <Tree_Schema.hpp>
Public Member Functions | |
Ext (struct lys_ext *ext, S_Deleter deleter) | |
~Ext () | |
const char * | name () |
const char * | dsc () |
const char * | ref () |
uint16_t | flags () |
uint8_t | ext_size () |
std::vector< S_Ext_Instance > | ext_instance () |
const char * | argument () |
S_Module | module () |
Definition at line 1063 of file Tree_Schema.hpp.
wrapper for struct lys_ext, for internal use only
Definition at line 432 of file Tree_Schema.cpp.
~Ext | ( | ) |
Definition at line 436 of file Tree_Schema.cpp.
|
inline |
get name variable from lys_ext
Definition at line 1070 of file Tree_Schema.hpp.
|
inline |
get dsc variable from lys_ext
Definition at line 1072 of file Tree_Schema.hpp.
|
inline |
get ref variable from lys_ext
Definition at line 1074 of file Tree_Schema.hpp.
|
inline |
get flags variable from lys_ext
Definition at line 1076 of file Tree_Schema.hpp.
|
inline |
get ext_size variable from lys_ext
Definition at line 1078 of file Tree_Schema.hpp.
std::vector< S_Ext_Instance > ext_instance | ( | ) |
get ext_instance variable from lys_ext
Definition at line 437 of file Tree_Schema.cpp.
|
inline |
get argument variable from lys_ext
Definition at line 1082 of file Tree_Schema.hpp.
S_Module module | ( | ) |
get module variable from lys_ext
Definition at line 438 of file Tree_Schema.cpp.