libyang  0.16.105
YANG data modeling language library
Tpdf Class Reference

#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 ()
 

Detailed Description

Definition at line 1302 of file Tree_Schema.hpp.

Constructor & Destructor Documentation

◆ Tpdf()

Tpdf ( struct lys_tpdf tpdf,
S_Deleter  deleter 
)

wrapper for struct lys_tpdf, for internal use only

Definition at line 493 of file Tree_Schema.cpp.

◆ ~Tpdf()

~Tpdf ( )

Definition at line 497 of file Tree_Schema.cpp.

Member Function Documentation

◆ name()

const char* name ( )
inline

get name variable from lys_tpdf

Definition at line 1309 of file Tree_Schema.hpp.

◆ dsc()

const char* dsc ( )
inline

get dsc variable from lys_tpdf

Definition at line 1311 of file Tree_Schema.hpp.

◆ ref()

const char* ref ( )
inline

get ref variable from lys_tpdf

Definition at line 1313 of file Tree_Schema.hpp.

◆ flags()

uint16_t flags ( )
inline

get flags variable from lys_tpdf

Definition at line 1315 of file Tree_Schema.hpp.

◆ ext_size()

uint8_t ext_size ( )
inline

get ext_size variable from lys_tpdf

Definition at line 1317 of file Tree_Schema.hpp.

◆ padding_iffsize()

uint8_t padding_iffsize ( )
inline

get padding_iffsize variable from lys_tpdf

Definition at line 1319 of file Tree_Schema.hpp.

◆ has_union_leafref()

uint8_t has_union_leafref ( )
inline

get has_union_leafref variable from lys_tpdf

Definition at line 1321 of file Tree_Schema.hpp.

◆ ext()

std::vector<S_Ext_Instance> ext ( )
inline

get ext variable from lys_tpdf

Definition at line 1323 of file Tree_Schema.hpp.

◆ units()

const char* units ( )
inline

get units variable from lys_tpdf

Definition at line 1325 of file Tree_Schema.hpp.

◆ module()

S_Module module ( )
inline

get module variable from lys_tpdf

Definition at line 1327 of file Tree_Schema.hpp.

◆ type()

S_Type type ( )

get type variable from lys_tpdf

Definition at line 498 of file Tree_Schema.cpp.

◆ dflt()

const char* dflt ( )
inline

get dflt variable from lys_tpdf

Definition at line 1331 of file Tree_Schema.hpp.


The documentation for this class was generated from the following files: