libyang  1.0.101
YANG data modeling language library
Type_Info_Bits Class Reference

#include <Tree_Schema.hpp>

Public Member Functions

 Type_Info_Bits (struct lys_type_info_bits *info_bits, S_Deleter deleter)
 
 ~Type_Info_Bits ()
 
std::vector< S_Type_Bit > bit ()
 
unsigned int count ()
 

Detailed Description

Definition at line 232 of file Tree_Schema.hpp.

Constructor & Destructor Documentation

◆ Type_Info_Bits()

Type_Info_Bits ( struct lys_type_info_bits info_bits,
S_Deleter  deleter 
)

wrapper for struct lys_type_info_bits, for internal use only

Definition at line 108 of file Tree_Schema.cpp.

◆ ~Type_Info_Bits()

Definition at line 112 of file Tree_Schema.cpp.

Member Function Documentation

◆ bit()

std::vector< S_Type_Bit > bit ( )

get bit variable from lys_type_info_bits

Definition at line 113 of file Tree_Schema.cpp.

◆ count()

unsigned int count ( )
inline

get count variable from lys_type_info_bits

Definition at line 241 of file Tree_Schema.hpp.


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