libyang 1.0.184
YANG data modeling language library
Loading...
Searching...
No Matches
Type Class Reference

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

Detailed Description

Definition at line 447 of file Tree_Schema.hpp.

Constructor & Destructor Documentation

◆ Type()

Type ( struct lys_type type,
S_Deleter  deleter 
)

wrapper for struct lys_type, for internal use only

Definition at line 211 of file Tree_Schema.cpp.

◆ ~Type()

~Type ( )

Definition at line 215 of file Tree_Schema.cpp.

Member Function Documentation

◆ base()

LY_DATA_TYPE base ( )
inline

get base variable from lys_type

Definition at line 454 of file Tree_Schema.hpp.

◆ ext_size()

uint8_t ext_size ( )
inline

get ext_size variable from lys_type

Definition at line 456 of file Tree_Schema.hpp.

◆ ext()

std::vector< S_Ext_Instance > ext ( )

get ext variable from lys_type

Definition at line 216 of file Tree_Schema.cpp.

◆ der()

S_Tpdf der ( )

get der variable from lys_type

Definition at line 217 of file Tree_Schema.cpp.

◆ parent()

S_Tpdf parent ( )

get parent variable from lys_type

Definition at line 218 of file Tree_Schema.cpp.

◆ info()

S_Type_Info info ( )

get info variable from lys_type

Definition at line 219 of file Tree_Schema.cpp.


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