libyang  1.0.253
YANG data modeling language library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
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 ( 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 ( )

Definition at line 215 of file Tree_Schema.cpp.

Member Function Documentation

LY_DATA_TYPE base ( )
inline

get base variable from lys_type

Definition at line 454 of file Tree_Schema.hpp.

uint8_t ext_size ( )
inline

get ext_size variable from lys_type

Definition at line 456 of file Tree_Schema.hpp.

std::vector< S_Ext_Instance > ext ( )

get ext variable from lys_type

Definition at line 216 of file Tree_Schema.cpp.

S_Tpdf der ( )

get der variable from lys_type

Definition at line 217 of file Tree_Schema.cpp.

S_Tpdf parent ( )

get parent variable from lys_type

Definition at line 218 of file Tree_Schema.cpp.

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: