![]() |
libyang
1.0.253
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 447 of file Tree_Schema.hpp.
wrapper for struct lys_type, for internal use only
Definition at line 211 of file Tree_Schema.cpp.
| ~Type | ( | ) |
Definition at line 215 of file Tree_Schema.cpp.
|
inline |
get base variable from lys_type
Definition at line 454 of file Tree_Schema.hpp.
|
inline |
get ext_size variable from lys_type
Definition at line 456 of file Tree_Schema.hpp.
| std::vector< S_Ext_Instance > ext | ( | ) |
get ext variable from lys_type
Definition at line 216 of file Tree_Schema.cpp.
| S_Tpdf der | ( | ) |
get der variable from lys_type
Definition at line 217 of file Tree_Schema.cpp.
| S_Tpdf parent | ( | ) |
get parent variable from lys_type
Definition at line 218 of file Tree_Schema.cpp.
| S_Type_Info info | ( | ) |
get info variable from lys_type
Definition at line 219 of file Tree_Schema.cpp.