![]() |
libyang
1.0.130
YANG data modeling language library
|
#include <Tree_Schema.hpp>
Public Member Functions | |
Type_Bit (struct lys_type_bit *info_bit, S_Deleter deleter) | |
~Type_Bit () | |
const char * | name () |
const char * | dsc () |
const char * | ref () |
uint16_t | flags () |
uint8_t | ext_size () |
uint8_t | iffeature_size () |
uint32_t | pos () |
std::vector< S_Ext_Instance > | ext () |
std::vector< S_Iffeature > | iffeature () |
Definition at line 202 of file Tree_Schema.hpp.
Type_Bit | ( | struct lys_type_bit * | info_bit, |
S_Deleter | deleter | ||
) |
wrapper for struct lys_type_bit, for internal use only
Definition at line 100 of file Tree_Schema.cpp.
~Type_Bit | ( | ) |
Definition at line 104 of file Tree_Schema.cpp.
|
inline |
get name variable from lys_type_bit
Definition at line 209 of file Tree_Schema.hpp.
|
inline |
get dsc variable from lys_type_bit
Definition at line 211 of file Tree_Schema.hpp.
|
inline |
get ref variable from lys_type_bit
Definition at line 213 of file Tree_Schema.hpp.
|
inline |
get flags variable from lys_type_bit
Definition at line 215 of file Tree_Schema.hpp.
|
inline |
get ext_size variable from lys_type_bit
Definition at line 217 of file Tree_Schema.hpp.
|
inline |
get iffeature_size variable from lys_type_bit
Definition at line 219 of file Tree_Schema.hpp.
|
inline |
get pos variable from lys_type_bit
Definition at line 221 of file Tree_Schema.hpp.
std::vector< S_Ext_Instance > ext | ( | ) |
get ext variable from lys_type_bit
Definition at line 105 of file Tree_Schema.cpp.
std::vector< S_Iffeature > iffeature | ( | ) |
get iffeature variable from lys_type_bit
Definition at line 106 of file Tree_Schema.cpp.