libyang  1.0.130
YANG data modeling language library
Type_Enum Class Reference

#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 ()
 

Detailed Description

Definition at line 266 of file Tree_Schema.hpp.

Constructor & Destructor Documentation

◆ Type_Enum()

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()

~Type_Enum ( )

Definition at line 126 of file Tree_Schema.cpp.

Member Function Documentation

◆ name()

const char* name ( )
inline

get name variable from lys_type_enum

Definition at line 273 of file Tree_Schema.hpp.

◆ dsc()

const char* dsc ( )
inline

get dsc variable from lys_type_enum

Definition at line 275 of file Tree_Schema.hpp.

◆ ref()

const char* ref ( )
inline

get ref variable from lys_type_enum

Definition at line 277 of file Tree_Schema.hpp.

◆ flags()

uint16_t flags ( )
inline

get flags variable from lys_type_enum

Definition at line 279 of file Tree_Schema.hpp.

◆ ext_size()

uint8_t ext_size ( )
inline

get ext_size variable from lys_type_enum

Definition at line 281 of file Tree_Schema.hpp.

◆ iffeature_size()

uint8_t iffeature_size ( )
inline

get iffeature_size variable from lys_type_enum

Definition at line 283 of file Tree_Schema.hpp.

◆ value()

int32_t value ( )
inline

get value variable from lys_type_enum

Definition at line 285 of file Tree_Schema.hpp.

◆ ext()

std::vector< S_Ext_Instance > ext ( )

get ext variable from lys_type_enum

Definition at line 127 of file Tree_Schema.cpp.

◆ iffeature()

std::vector< S_Iffeature > iffeature ( )

get iffeature variable from lys_type_enum

Definition at line 128 of file Tree_Schema.cpp.


The documentation for this class was generated from the following files: