![]() |
libyang
1.0.130
YANG data modeling language library
|
#include <Tree_Schema.hpp>
Public Member Functions | |
Type_Enum (struct lys_type_enum *info_enum, S_Deleter deleter) | |
~Type_Enum () | |
const char * | name () |
const char * | dsc () |
const char * | ref () |
uint16_t | flags () |
uint8_t | ext_size () |
uint8_t | iffeature_size () |
int32_t | value () |
std::vector< S_Ext_Instance > | ext () |
std::vector< S_Iffeature > | iffeature () |
Definition at line 266 of file Tree_Schema.hpp.
Type_Enum | ( | struct lys_type_enum * | info_enum, |
S_Deleter | deleter | ||
) |
wrapper for struct lys_type_enum, for internal use only
Definition at line 122 of file Tree_Schema.cpp.
~Type_Enum | ( | ) |
Definition at line 126 of file Tree_Schema.cpp.
|
inline |
get name variable from lys_type_enum
Definition at line 273 of file Tree_Schema.hpp.
|
inline |
get dsc variable from lys_type_enum
Definition at line 275 of file Tree_Schema.hpp.
|
inline |
get ref variable from lys_type_enum
Definition at line 277 of file Tree_Schema.hpp.
|
inline |
get flags variable from lys_type_enum
Definition at line 279 of file Tree_Schema.hpp.
|
inline |
get ext_size variable from lys_type_enum
Definition at line 281 of file Tree_Schema.hpp.
|
inline |
get iffeature_size variable from lys_type_enum
Definition at line 283 of file Tree_Schema.hpp.
|
inline |
get value variable from lys_type_enum
Definition at line 285 of file Tree_Schema.hpp.
std::vector< S_Ext_Instance > ext | ( | ) |
get ext variable from lys_type_enum
Definition at line 127 of file Tree_Schema.cpp.
std::vector< S_Iffeature > iffeature | ( | ) |
get iffeature variable from lys_type_enum
Definition at line 128 of file Tree_Schema.cpp.