libyang  1.0.253
YANG data modeling language library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Type_Info Class Reference

#include <Tree_Schema.hpp>

Public Member Functions

 Type_Info (union lys_type_info *info, LY_DATA_TYPE *type, uint8_t flags, S_Deleter deleter)
 
 ~Type_Info ()
 
S_Type_Info_Binary binary ()
 
S_Type_Info_Bits bits ()
 
S_Type_Info_Dec64 dec64 ()
 
S_Type_Info_Enums enums ()
 
S_Type_Info_Ident ident ()
 
S_Type_Info_Inst inst ()
 
S_Type_Info_Num num ()
 
S_Type_Info_Lref lref ()
 
S_Type_Info_Str str ()
 
S_Type_Info_Union uni ()
 

Detailed Description

Definition at line 413 of file Tree_Schema.hpp.

Constructor & Destructor Documentation

Type_Info ( union lys_type_info info,
LY_DATA_TYPE type,
uint8_t  flags,
S_Deleter  deleter 
)

wrapper for struct lys_type_info, for internal use only

Definition at line 187 of file Tree_Schema.cpp.

~Type_Info ( )

Definition at line 193 of file Tree_Schema.cpp.

Member Function Documentation

S_Type_Info_Binary binary ( )

get binary variable from lys_type_info

Definition at line 194 of file Tree_Schema.cpp.

S_Type_Info_Bits bits ( )

get bits variable from lys_type_info

Definition at line 195 of file Tree_Schema.cpp.

S_Type_Info_Dec64 dec64 ( )

get dec64 variable from lys_type_info

Definition at line 196 of file Tree_Schema.cpp.

S_Type_Info_Enums enums ( )

get enums variable from lys_type_info

Definition at line 197 of file Tree_Schema.cpp.

S_Type_Info_Ident ident ( )

get ident variable from lys_type_info

Definition at line 198 of file Tree_Schema.cpp.

S_Type_Info_Inst inst ( )

get inst variable from lys_type_info

Definition at line 199 of file Tree_Schema.cpp.

S_Type_Info_Num num ( )

get num variable from lys_type_info

Definition at line 200 of file Tree_Schema.cpp.

S_Type_Info_Lref lref ( )

get lref variable from lys_type_info

Definition at line 207 of file Tree_Schema.cpp.

S_Type_Info_Str str ( )

get str variable from lys_type_info

Definition at line 208 of file Tree_Schema.cpp.

S_Type_Info_Union uni ( )

get uni variable from lys_type_info

Definition at line 209 of file Tree_Schema.cpp.


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