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

#include <Tree_Schema.hpp>

Public Member Functions

 Iffeature (struct lys_iffeature *iffeature, S_Deleter deleter)
 
 ~Iffeature ()
 
uint8_t * expr ()
 
uint8_t ext_size ()
 
std::vector< S_Ext_Instance > ext ()
 
int value ()
 

Detailed Description

Definition at line 471 of file Tree_Schema.hpp.

Constructor & Destructor Documentation

Iffeature ( struct lys_iffeature iffeature,
S_Deleter  deleter 
)

wrapper for struct lys_iffeature, for internal use only

Definition at line 221 of file Tree_Schema.cpp.

~Iffeature ( )

Definition at line 225 of file Tree_Schema.cpp.

Member Function Documentation

uint8_t* expr ( )
inline

get expr variable from lys_iffeature

Definition at line 477 of file Tree_Schema.hpp.

uint8_t ext_size ( )
inline

get ext_size variable from lys_iffeature

Definition at line 479 of file Tree_Schema.hpp.

std::vector< S_Ext_Instance > ext ( )

get ext variable from lys_iffeature

Definition at line 226 of file Tree_Schema.cpp.

int value ( )

wrapper for lys_iffeature_value

Definition at line 227 of file Tree_Schema.cpp.


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