![]() |
libyang
1.0.101
YANG data modeling language library
|
#include <Tree_Schema.hpp>
Public Member Functions | |
Include (struct lys_include *include, S_Deleter deleter) | |
~Include () | |
S_Submodule | submodule () |
char * | rev () |
uint8_t | ext_size () |
std::vector< S_Ext_Instance > | ext () |
const char * | dsc () |
const char * | ref () |
Definition at line 1264 of file Tree_Schema.hpp.
Include | ( | struct lys_include * | include, |
S_Deleter | deleter | ||
) |
wrapper for struct lys_include, for internal use only
Definition at line 490 of file Tree_Schema.cpp.
~Include | ( | ) |
Definition at line 494 of file Tree_Schema.cpp.
|
inline |
get submodule variable from lys_include
Definition at line 1271 of file Tree_Schema.hpp.
|
inline |
get rev variable from lys_include
Definition at line 1273 of file Tree_Schema.hpp.
|
inline |
get ext_size variable from lys_include
Definition at line 1275 of file Tree_Schema.hpp.
|
inline |
get ext variable from lys_include
Definition at line 1277 of file Tree_Schema.hpp.
|
inline |
get dsc variable from lys_include
Definition at line 1279 of file Tree_Schema.hpp.
|
inline |
get ref variable from lys_include
Definition at line 1281 of file Tree_Schema.hpp.