libyang
1.0.253
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 1062 of file Tree_Schema.hpp.
wrapper for struct lys_ext, for internal use only
Definition at line 438 of file Tree_Schema.cpp.
~Ext | ( | ) |
Definition at line 442 of file Tree_Schema.cpp.
|
inline |
get name variable from lys_ext
Definition at line 1069 of file Tree_Schema.hpp.
|
inline |
get dsc variable from lys_ext
Definition at line 1071 of file Tree_Schema.hpp.
|
inline |
get ref variable from lys_ext
Definition at line 1073 of file Tree_Schema.hpp.
|
inline |
get flags variable from lys_ext
Definition at line 1075 of file Tree_Schema.hpp.
|
inline |
get ext_size variable from lys_ext
Definition at line 1077 of file Tree_Schema.hpp.
std::vector< S_Ext_Instance > ext_instance | ( | ) |
get ext_instance variable from lys_ext
Definition at line 443 of file Tree_Schema.cpp.
|
inline |
get argument variable from lys_ext
Definition at line 1081 of file Tree_Schema.hpp.
S_Module module | ( | ) |
get module variable from lys_ext
Definition at line 444 of file Tree_Schema.cpp.