![]() |
libyang
1.0.184
YANG data modeling language library
|
#include <Tree_Schema.hpp>
Public Member Functions | |
| Type_Info_Bits (struct lys_type_info_bits *info_bits, S_Deleter deleter) | |
| ~Type_Info_Bits () | |
| std::vector< S_Type_Bit > | bit () |
| unsigned int | count () |
Definition at line 235 of file Tree_Schema.hpp.
| Type_Info_Bits | ( | struct lys_type_info_bits * | info_bits, |
| S_Deleter | deleter | ||
| ) |
wrapper for struct lys_type_info_bits, for internal use only
Definition at line 116 of file Tree_Schema.cpp.
| ~Type_Info_Bits | ( | ) |
Definition at line 120 of file Tree_Schema.cpp.
| std::vector< S_Type_Bit > bit | ( | ) |
get bit variable from lys_type_info_bits
Definition at line 121 of file Tree_Schema.cpp.
|
inline |
get count variable from lys_type_info_bits
Definition at line 244 of file Tree_Schema.hpp.