libyang
1.0.253
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 1307 of file Tree_Schema.hpp.
wrapper for struct lys_tpdf, for internal use only
Definition at line 502 of file Tree_Schema.cpp.
~Tpdf | ( | ) |
Definition at line 506 of file Tree_Schema.cpp.
|
inline |
get name variable from lys_tpdf
Definition at line 1314 of file Tree_Schema.hpp.
|
inline |
get dsc variable from lys_tpdf
Definition at line 1316 of file Tree_Schema.hpp.
|
inline |
get ref variable from lys_tpdf
Definition at line 1318 of file Tree_Schema.hpp.
|
inline |
get flags variable from lys_tpdf
Definition at line 1320 of file Tree_Schema.hpp.
|
inline |
get ext_size variable from lys_tpdf
Definition at line 1322 of file Tree_Schema.hpp.
|
inline |
get padding_iffsize variable from lys_tpdf
Definition at line 1324 of file Tree_Schema.hpp.
|
inline |
get has_union_leafref variable from lys_tpdf
Definition at line 1326 of file Tree_Schema.hpp.
|
inline |
get ext variable from lys_tpdf
Definition at line 1328 of file Tree_Schema.hpp.
|
inline |
get units variable from lys_tpdf
Definition at line 1330 of file Tree_Schema.hpp.
|
inline |
get module variable from lys_tpdf
Definition at line 1332 of file Tree_Schema.hpp.
S_Type type | ( | ) |
get type variable from lys_tpdf
Definition at line 507 of file Tree_Schema.cpp.
|
inline |
get dflt variable from lys_tpdf
Definition at line 1336 of file Tree_Schema.hpp.