![]() |
libyang
0.16.105
YANG data modeling language library
|
#include <Tree_Schema.hpp>
Public Member Functions | |
Ext_Instance (lys_ext_instance *ext_instance, S_Deleter deleter) | |
~Ext_Instance () | |
const char * | arg_value () |
uint16_t | flags () |
uint8_t | ext_size () |
uint8_t | insubstmt_index () |
uint8_t | insubstmt () |
uint8_t | parent_type () |
uint8_t | ext_type () |
std::vector< S_Ext_Instance > | ext () |
S_Ext | def () |
void * | priv () |
S_Module | module () |
LYS_NODE | nodetype () |
Definition at line 481 of file Tree_Schema.hpp.
Ext_Instance | ( | lys_ext_instance * | ext_instance, |
S_Deleter | deleter | ||
) |
wrapper for struct lys_ext_instance, for internal use only
Definition at line 220 of file Tree_Schema.cpp.
~Ext_Instance | ( | ) |
Definition at line 224 of file Tree_Schema.cpp.
|
inline |
get arg_value variable from lys_ext_instance
Definition at line 489 of file Tree_Schema.hpp.
|
inline |
get flags variable from lys_ext_instance
Definition at line 491 of file Tree_Schema.hpp.
|
inline |
get ext_size variable from lys_ext_instance
Definition at line 493 of file Tree_Schema.hpp.
|
inline |
get insubstmt_index variable from lys_ext_instance
Definition at line 495 of file Tree_Schema.hpp.
|
inline |
get insubstmt variable from lys_ext_instance
Definition at line 497 of file Tree_Schema.hpp.
|
inline |
get parent_type variable from lys_ext_instance
Definition at line 499 of file Tree_Schema.hpp.
|
inline |
get ext_type variable from lys_ext_instance
Definition at line 501 of file Tree_Schema.hpp.
std::vector< S_Ext_Instance > ext | ( | ) |
get ext variable from lys_ext_instance
Definition at line 225 of file Tree_Schema.cpp.
|
inline |
get definition of the instantiated extension from lys_ext_instance
Definition at line 505 of file Tree_Schema.hpp.
|
inline |
get priv variable from lys_ext_instance
Definition at line 507 of file Tree_Schema.hpp.
|
inline |
get module variable from lys_ext_instance
Definition at line 509 of file Tree_Schema.hpp.
|
inline |
get nodetype variable from lys_ext_instance
Definition at line 511 of file Tree_Schema.hpp.