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

#include <Tree_Schema.hpp>

Public Member Functions

 Type_Bit (struct lys_type_bit *info_bit, S_Deleter deleter)
 
 ~Type_Bit ()
 
const char * name ()
 
const char * dsc ()
 
const char * ref ()
 
uint16_t flags ()
 
uint8_t ext_size ()
 
uint8_t iffeature_size ()
 
uint32_t pos ()
 
std::vector< S_Ext_Instance > ext ()
 
std::vector< S_Iffeature > iffeature ()
 

Detailed Description

Definition at line 205 of file Tree_Schema.hpp.

Constructor & Destructor Documentation

Type_Bit ( struct lys_type_bit info_bit,
S_Deleter  deleter 
)

wrapper for struct lys_type_bit, for internal use only

Definition at line 108 of file Tree_Schema.cpp.

~Type_Bit ( )

Definition at line 112 of file Tree_Schema.cpp.

Member Function Documentation

const char* name ( )
inline

get name variable from lys_type_bit

Definition at line 212 of file Tree_Schema.hpp.

const char* dsc ( )
inline

get dsc variable from lys_type_bit

Definition at line 214 of file Tree_Schema.hpp.

const char* ref ( )
inline

get ref variable from lys_type_bit

Definition at line 216 of file Tree_Schema.hpp.

uint16_t flags ( )
inline

get flags variable from lys_type_bit

Definition at line 218 of file Tree_Schema.hpp.

uint8_t ext_size ( )
inline

get ext_size variable from lys_type_bit

Definition at line 220 of file Tree_Schema.hpp.

uint8_t iffeature_size ( )
inline

get iffeature_size variable from lys_type_bit

Definition at line 222 of file Tree_Schema.hpp.

uint32_t pos ( )
inline

get pos variable from lys_type_bit

Definition at line 224 of file Tree_Schema.hpp.

std::vector< S_Ext_Instance > ext ( )

get ext variable from lys_type_bit

Definition at line 113 of file Tree_Schema.cpp.

std::vector< S_Iffeature > iffeature ( )

get iffeature variable from lys_type_bit

Definition at line 114 of file Tree_Schema.cpp.


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