![]() |
libyang
1.0.184
YANG data modeling language library
|
#include <Tree_Schema.hpp>
Public Member Functions | |
| Type_Info_Str (struct lys_type_info_str *info_str, S_Deleter deleter) | |
| ~Type_Info_Str () | |
| S_Restr | length () |
| S_Restr | patterns () |
| int | pat_count () |
Definition at line 377 of file Tree_Schema.hpp.
| Type_Info_Str | ( | struct lys_type_info_str * | info_str, |
| S_Deleter | deleter | ||
| ) |
wrapper for struct lys_type_info_str, for internal use only
Definition at line 172 of file Tree_Schema.cpp.
| ~Type_Info_Str | ( | ) |
Definition at line 176 of file Tree_Schema.cpp.
| S_Restr length | ( | ) |
get length variable from lys_type_info_str
Definition at line 177 of file Tree_Schema.cpp.
| S_Restr patterns | ( | ) |
get patters variable from lys_type_info_str
Definition at line 178 of file Tree_Schema.cpp.
|
inline |
get pat_count variable from lys_type_info_str
Definition at line 388 of file Tree_Schema.hpp.