![]() |
libyang
0.16.105
YANG data modeling language library
|
#include <Tree_Schema.hpp>
Public Member Functions | |
Tpdf (struct lys_tpdf *tpdf, S_Deleter deleter) | |
~Tpdf () | |
const char * | name () |
const char * | dsc () |
const char * | ref () |
uint16_t | flags () |
uint8_t | ext_size () |
uint8_t | padding_iffsize () |
uint8_t | has_union_leafref () |
std::vector< S_Ext_Instance > | ext () |
const char * | units () |
S_Module | module () |
S_Type | type () |
const char * | dflt () |
Definition at line 1302 of file Tree_Schema.hpp.
wrapper for struct lys_tpdf, for internal use only
Definition at line 493 of file Tree_Schema.cpp.
~Tpdf | ( | ) |
Definition at line 497 of file Tree_Schema.cpp.
|
inline |
get name variable from lys_tpdf
Definition at line 1309 of file Tree_Schema.hpp.
|
inline |
get dsc variable from lys_tpdf
Definition at line 1311 of file Tree_Schema.hpp.
|
inline |
get ref variable from lys_tpdf
Definition at line 1313 of file Tree_Schema.hpp.
|
inline |
get flags variable from lys_tpdf
Definition at line 1315 of file Tree_Schema.hpp.
|
inline |
get ext_size variable from lys_tpdf
Definition at line 1317 of file Tree_Schema.hpp.
|
inline |
get padding_iffsize variable from lys_tpdf
Definition at line 1319 of file Tree_Schema.hpp.
|
inline |
get has_union_leafref variable from lys_tpdf
Definition at line 1321 of file Tree_Schema.hpp.
|
inline |
get ext variable from lys_tpdf
Definition at line 1323 of file Tree_Schema.hpp.
|
inline |
get units variable from lys_tpdf
Definition at line 1325 of file Tree_Schema.hpp.
|
inline |
get module variable from lys_tpdf
Definition at line 1327 of file Tree_Schema.hpp.
S_Type type | ( | ) |
get type variable from lys_tpdf
Definition at line 498 of file Tree_Schema.cpp.
|
inline |
get dflt variable from lys_tpdf
Definition at line 1331 of file Tree_Schema.hpp.