![]() |
libyang
0.16.105
YANG data modeling language library
|
#include <Tree_Schema.hpp>
Public Member Functions | |
Type_Info_Ident (struct lys_type_info_ident *info_ident, S_Deleter deleter) | |
~Type_Info_Ident () | |
std::vector< S_Ident > | ref () |
int | count () |
Definition at line 306 of file Tree_Schema.hpp.
Type_Info_Ident | ( | struct lys_type_info_ident * | info_ident, |
S_Deleter | deleter | ||
) |
wrapper for struct lys_type_info_ident, for internal use only
Definition at line 128 of file Tree_Schema.cpp.
~Type_Info_Ident | ( | ) |
Definition at line 132 of file Tree_Schema.cpp.
std::vector< S_Ident > ref | ( | ) |
get ref variable from lys_type_info_ident
Definition at line 133 of file Tree_Schema.cpp.
|
inline |
get count variable from lys_type_info_ident
Definition at line 315 of file Tree_Schema.hpp.