libyang  1.0.253
YANG data modeling language library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
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 1307 of file Tree_Schema.hpp.

Constructor & Destructor Documentation

Tpdf ( struct lys_tpdf tpdf,
S_Deleter  deleter 
)

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.

Member Function Documentation

const char* name ( )
inline

get name variable from lys_tpdf

Definition at line 1314 of file Tree_Schema.hpp.

const char* dsc ( )
inline

get dsc variable from lys_tpdf

Definition at line 1316 of file Tree_Schema.hpp.

const char* ref ( )
inline

get ref variable from lys_tpdf

Definition at line 1318 of file Tree_Schema.hpp.

uint16_t flags ( )
inline

get flags variable from lys_tpdf

Definition at line 1320 of file Tree_Schema.hpp.

uint8_t ext_size ( )
inline

get ext_size variable from lys_tpdf

Definition at line 1322 of file Tree_Schema.hpp.

uint8_t padding_iffsize ( )
inline

get padding_iffsize variable from lys_tpdf

Definition at line 1324 of file Tree_Schema.hpp.

uint8_t has_union_leafref ( )
inline

get has_union_leafref variable from lys_tpdf

Definition at line 1326 of file Tree_Schema.hpp.

std::vector<S_Ext_Instance> ext ( )
inline

get ext variable from lys_tpdf

Definition at line 1328 of file Tree_Schema.hpp.

const char* units ( )
inline

get units variable from lys_tpdf

Definition at line 1330 of file Tree_Schema.hpp.

S_Module module ( )
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.

const char* dflt ( )
inline

get dflt variable from lys_tpdf

Definition at line 1336 of file Tree_Schema.hpp.


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