libyang  1.0.253
YANG data modeling language library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Type_Info_Union Class Reference

#include <Tree_Schema.hpp>

Public Member Functions

 Type_Info_Union (struct lys_type_info_union *info_union, S_Deleter deleter)
 
 ~Type_Info_Union ()
 
std::vector< S_Type > types ()
 
int count ()
 
int has_ptr_type ()
 

Detailed Description

Definition at line 395 of file Tree_Schema.hpp.

Constructor & Destructor Documentation

Type_Info_Union ( struct lys_type_info_union info_union,
S_Deleter  deleter 
)

wrapper for struct lys_type_info_union, for internal use only

Definition at line 180 of file Tree_Schema.cpp.

Definition at line 184 of file Tree_Schema.cpp.

Member Function Documentation

std::vector< S_Type > types ( )

get types variable from lys_type_info_union

Definition at line 185 of file Tree_Schema.cpp.

int count ( )
inline

get count variable from lys_type_info_union

Definition at line 404 of file Tree_Schema.hpp.

int has_ptr_type ( )
inline

get has_ptr_type variable from lys_type_info_union

Definition at line 406 of file Tree_Schema.hpp.


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