![]() |
libyang
1.0.130
YANG data modeling language library
|
#include <Tree_Schema.hpp>
Public Member Functions | |
Type_Info_Union (struct lys_type_info_union *info_union, S_Deleter deleter) | |
~Type_Info_Union () | |
std::vector< S_Type > | types () |
int | count () |
int | has_ptr_type () |
Definition at line 392 of file Tree_Schema.hpp.
Type_Info_Union | ( | struct lys_type_info_union * | info_union, |
S_Deleter | deleter | ||
) |
wrapper for struct lys_type_info_union, for internal use only
Definition at line 172 of file Tree_Schema.cpp.
~Type_Info_Union | ( | ) |
Definition at line 176 of file Tree_Schema.cpp.
std::vector< S_Type > types | ( | ) |
get types variable from lys_type_info_union
Definition at line 177 of file Tree_Schema.cpp.
|
inline |
get count variable from lys_type_info_union
Definition at line 401 of file Tree_Schema.hpp.
|
inline |
get has_ptr_type variable from lys_type_info_union
Definition at line 403 of file Tree_Schema.hpp.