![]() |
libyang
1.0.101
YANG data modeling language library
|
#include <Tree_Schema.hpp>
Public Member Functions | |
Import (struct lys_import *import, S_Deleter deleter) | |
~Import () | |
S_Module | module () |
const char * | prefix () |
char * | rev () |
uint8_t | ext_size () |
std::vector< S_Ext_Instance > | ext () |
const char * | dsc () |
const char * | ref () |
Definition at line 1238 of file Tree_Schema.hpp.
Import | ( | struct lys_import * | import, |
S_Deleter | deleter | ||
) |
wrapper for struct lys_import, for internal use only
Definition at line 484 of file Tree_Schema.cpp.
~Import | ( | ) |
Definition at line 488 of file Tree_Schema.cpp.
|
inline |
get module variable from lys_import
Definition at line 1245 of file Tree_Schema.hpp.
|
inline |
get prefix variable from lys_import
Definition at line 1247 of file Tree_Schema.hpp.
|
inline |
get rev variable from lys_import
Definition at line 1249 of file Tree_Schema.hpp.
|
inline |
get ext_size variable from lys_import
Definition at line 1251 of file Tree_Schema.hpp.
|
inline |
get ext variable from lys_import
Definition at line 1253 of file Tree_Schema.hpp.
|
inline |
get dsc variable from lys_import
Definition at line 1255 of file Tree_Schema.hpp.
|
inline |
get ref variable from lys_import
Definition at line 1257 of file Tree_Schema.hpp.