![]() |
libyang
1.0.130
YANG data modeling language library
|
#include <Tree_Schema.hpp>
Public Member Functions | |
| Type (struct lys_type *type, S_Deleter deleter) | |
| ~Type () | |
| LY_DATA_TYPE | base () |
| uint8_t | ext_size () |
| std::vector< S_Ext_Instance > | ext () |
| S_Tpdf | der () |
| S_Tpdf | parent () |
| S_Type_Info | info () |
Definition at line 444 of file Tree_Schema.hpp.
wrapper for struct lys_type, for internal use only
Definition at line 203 of file Tree_Schema.cpp.
| ~Type | ( | ) |
Definition at line 207 of file Tree_Schema.cpp.
|
inline |
get base variable from lys_type
Definition at line 451 of file Tree_Schema.hpp.
|
inline |
get ext_size variable from lys_type
Definition at line 453 of file Tree_Schema.hpp.
| std::vector< S_Ext_Instance > ext | ( | ) |
get ext variable from lys_type
Definition at line 208 of file Tree_Schema.cpp.
| S_Tpdf der | ( | ) |
get der variable from lys_type
Definition at line 209 of file Tree_Schema.cpp.
| S_Tpdf parent | ( | ) |
get parent variable from lys_type
Definition at line 210 of file Tree_Schema.cpp.
| S_Type_Info info | ( | ) |
get info variable from lys_type
Definition at line 211 of file Tree_Schema.cpp.