libyang
1.0.253
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 1393 of file Tree_Schema.hpp.
wrapper for struct lys_restr, for internal use only
Definition at line 521 of file Tree_Schema.cpp.
~Restr | ( | ) |
Definition at line 525 of file Tree_Schema.cpp.
|
inline |
get expr variable from lys_restr
Definition at line 1400 of file Tree_Schema.hpp.
|
inline |
get dsc variable from lys_restr
Definition at line 1402 of file Tree_Schema.hpp.
|
inline |
get ref variable from lys_restr
Definition at line 1404 of file Tree_Schema.hpp.
|
inline |
get eapptag variable from lys_restr
Definition at line 1406 of file Tree_Schema.hpp.
|
inline |
get emsg variable from lys_restr
Definition at line 1408 of file Tree_Schema.hpp.
|
inline |
get ext variable from lys_restr
Definition at line 1410 of file Tree_Schema.hpp.
|
inline |
get ext_size variable from lys_restr
Definition at line 1412 of file Tree_Schema.hpp.