![]() |
libyang
0.16.105
YANG data modeling language library
|
#include <Tree_Schema.hpp>
Public Member Functions | |
Restr (struct lys_restr *restr, S_Deleter deleter) | |
~Restr () | |
const char * | expr () |
const char * | dsc () |
const char * | ref () |
const char * | eapptag () |
const char * | emsg () |
std::vector< S_Ext_Instance > | ext () |
uint8_t | ext_size () |
Definition at line 1388 of file Tree_Schema.hpp.
wrapper for struct lys_restr, for internal use only
Definition at line 512 of file Tree_Schema.cpp.
~Restr | ( | ) |
Definition at line 516 of file Tree_Schema.cpp.
|
inline |
get expr variable from lys_restr
Definition at line 1395 of file Tree_Schema.hpp.
|
inline |
get dsc variable from lys_restr
Definition at line 1397 of file Tree_Schema.hpp.
|
inline |
get ref variable from lys_restr
Definition at line 1399 of file Tree_Schema.hpp.
|
inline |
get eapptag variable from lys_restr
Definition at line 1401 of file Tree_Schema.hpp.
|
inline |
get emsg variable from lys_restr
Definition at line 1403 of file Tree_Schema.hpp.
|
inline |
get ext variable from lys_restr
Definition at line 1405 of file Tree_Schema.hpp.
|
inline |
get ext_size variable from lys_restr
Definition at line 1407 of file Tree_Schema.hpp.