![]() |
libyang
1.0.253
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 1263 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 496 of file Tree_Schema.cpp.
| ~Include | ( | ) |
Definition at line 500 of file Tree_Schema.cpp.
|
inline |
get submodule variable from lys_include
Definition at line 1270 of file Tree_Schema.hpp.
|
inline |
get rev variable from lys_include
Definition at line 1272 of file Tree_Schema.hpp.
|
inline |
get ext_size variable from lys_include
Definition at line 1274 of file Tree_Schema.hpp.
|
inline |
get ext variable from lys_include
Definition at line 1276 of file Tree_Schema.hpp.
|
inline |
get dsc variable from lys_include
Definition at line 1278 of file Tree_Schema.hpp.
|
inline |
get ref variable from lys_include
Definition at line 1280 of file Tree_Schema.hpp.