![]() |
libyang
0.16.105
YANG data modeling language library
|
#include <Tree_Schema.hpp>
Public Member Functions | |
Type_Info_Num (struct lys_type_info_num *info_num, S_Deleter deleter) | |
~Type_Info_Num () | |
S_Restr | range () |
Definition at line 336 of file Tree_Schema.hpp.
Type_Info_Num | ( | struct lys_type_info_num * | info_num, |
S_Deleter | deleter | ||
) |
wrapper for struct lys_type_info_num, for internal use only
Definition at line 141 of file Tree_Schema.cpp.
~Type_Info_Num | ( | ) |
Definition at line 145 of file Tree_Schema.cpp.
S_Restr range | ( | ) |
get range variable from lys_type_info_num
Definition at line 146 of file Tree_Schema.cpp.