libyang  0.16.105
YANG data modeling language library
Type_Info_Enums Class Reference

#include <Tree_Schema.hpp>

Public Member Functions

 Type_Info_Enums (struct lys_type_info_enums *info_enums, S_Deleter deleter)
 
 ~Type_Info_Enums ()
 
std::vector< S_Type_Enum > enm ()
 
unsigned int count ()
 

Detailed Description

Definition at line 290 of file Tree_Schema.hpp.

Constructor & Destructor Documentation

◆ Type_Info_Enums()

Type_Info_Enums ( struct lys_type_info_enums info_enums,
S_Deleter  deleter 
)

wrapper for struct lys_type_info_enums, for internal use only

Definition at line 121 of file Tree_Schema.cpp.

◆ ~Type_Info_Enums()

Definition at line 125 of file Tree_Schema.cpp.

Member Function Documentation

◆ enm()

std::vector< S_Type_Enum > enm ( )

get enm variable from lys_type_info_enums

Definition at line 126 of file Tree_Schema.cpp.

◆ count()

unsigned int count ( )
inline

get count variable from lys_type_info_enums

Definition at line 299 of file Tree_Schema.hpp.


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