libyang
1.0.253
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 1237 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 490 of file Tree_Schema.cpp.
~Import | ( | ) |
Definition at line 494 of file Tree_Schema.cpp.
|
inline |
get module variable from lys_import
Definition at line 1244 of file Tree_Schema.hpp.
|
inline |
get prefix variable from lys_import
Definition at line 1246 of file Tree_Schema.hpp.
|
inline |
get rev variable from lys_import
Definition at line 1248 of file Tree_Schema.hpp.
|
inline |
get ext_size variable from lys_import
Definition at line 1250 of file Tree_Schema.hpp.
|
inline |
get ext variable from lys_import
Definition at line 1252 of file Tree_Schema.hpp.
|
inline |
get dsc variable from lys_import
Definition at line 1254 of file Tree_Schema.hpp.
|
inline |
get ref variable from lys_import
Definition at line 1256 of file Tree_Schema.hpp.