libyang
1.0.253
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 490 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 231 of file Tree_Schema.cpp.
~Ext_Instance | ( | ) |
Definition at line 235 of file Tree_Schema.cpp.
|
inline |
get arg_value variable from lys_ext_instance
Definition at line 498 of file Tree_Schema.hpp.
|
inline |
get flags variable from lys_ext_instance
Definition at line 500 of file Tree_Schema.hpp.
|
inline |
get ext_size variable from lys_ext_instance
Definition at line 502 of file Tree_Schema.hpp.
|
inline |
get insubstmt_index variable from lys_ext_instance
Definition at line 504 of file Tree_Schema.hpp.
|
inline |
get insubstmt variable from lys_ext_instance
Definition at line 506 of file Tree_Schema.hpp.
|
inline |
get parent_type variable from lys_ext_instance
Definition at line 508 of file Tree_Schema.hpp.
|
inline |
get ext_type variable from lys_ext_instance
Definition at line 510 of file Tree_Schema.hpp.
std::vector< S_Ext_Instance > ext | ( | ) |
get ext variable from lys_ext_instance
Definition at line 236 of file Tree_Schema.cpp.
|
inline |
get definition of the instantiated extension from lys_ext_instance
Definition at line 514 of file Tree_Schema.hpp.
|
inline |
get priv variable from lys_ext_instance
Definition at line 516 of file Tree_Schema.hpp.
|
inline |
get module variable from lys_ext_instance
Definition at line 518 of file Tree_Schema.hpp.
|
inline |
get nodetype variable from lys_ext_instance
Definition at line 520 of file Tree_Schema.hpp.