libyang  1.0.253
YANG data modeling language library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
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 269 of file Tree_Schema.hpp.

Constructor & Destructor Documentation

Type_Enum ( struct lys_type_enum info_enum,
S_Deleter  deleter 
)

wrapper for struct lys_type_enum, for internal use only

Definition at line 130 of file Tree_Schema.cpp.

~Type_Enum ( )

Definition at line 134 of file Tree_Schema.cpp.

Member Function Documentation

const char* name ( )
inline

get name variable from lys_type_enum

Definition at line 276 of file Tree_Schema.hpp.

const char* dsc ( )
inline

get dsc variable from lys_type_enum

Definition at line 278 of file Tree_Schema.hpp.

const char* ref ( )
inline

get ref variable from lys_type_enum

Definition at line 280 of file Tree_Schema.hpp.

uint16_t flags ( )
inline

get flags variable from lys_type_enum

Definition at line 282 of file Tree_Schema.hpp.

uint8_t ext_size ( )
inline

get ext_size variable from lys_type_enum

Definition at line 284 of file Tree_Schema.hpp.

uint8_t iffeature_size ( )
inline

get iffeature_size variable from lys_type_enum

Definition at line 286 of file Tree_Schema.hpp.

int32_t value ( )
inline

get value variable from lys_type_enum

Definition at line 288 of file Tree_Schema.hpp.

std::vector< S_Ext_Instance > ext ( )

get ext variable from lys_type_enum

Definition at line 135 of file Tree_Schema.cpp.

std::vector< S_Iffeature > iffeature ( )

get iffeature variable from lys_type_enum

Definition at line 136 of file Tree_Schema.cpp.


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