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

#include <Tree_Schema.hpp>

Public Member Functions

 Feature (struct lys_feature *feature, S_Deleter)
 
 ~Feature ()
 
const char * name ()
 
const char * dsc ()
 
const char * ref ()
 
uint16_t flags ()
 
uint8_t ext_size ()
 
uint8_t iffeature_size ()
 
std::vector< S_Ext_Instance > ext ()
 
std::vector< S_Iffeature > iffeature ()
 
S_Module module ()
 
S_Set depfeatures ()
 

Detailed Description

Definition at line 1361 of file Tree_Schema.hpp.

Constructor & Destructor Documentation

Feature ( struct lys_feature feature,
S_Deleter  deleter 
)

wrapper for struct lys_feature, for internal use only

Definition at line 515 of file Tree_Schema.cpp.

~Feature ( )

Definition at line 519 of file Tree_Schema.cpp.

Member Function Documentation

const char* name ( )
inline

get name variable from lys_feature

Definition at line 1368 of file Tree_Schema.hpp.

const char* dsc ( )
inline

get dsc variable from lys_feature

Definition at line 1370 of file Tree_Schema.hpp.

const char* ref ( )
inline

get ref variable from lys_feature

Definition at line 1372 of file Tree_Schema.hpp.

uint16_t flags ( )
inline

get flags variable from lys_feature

Definition at line 1374 of file Tree_Schema.hpp.

uint8_t ext_size ( )
inline

get ext_size variable from lys_feature

Definition at line 1376 of file Tree_Schema.hpp.

uint8_t iffeature_size ( )
inline

get iffeature_size variable from lys_feature

Definition at line 1378 of file Tree_Schema.hpp.

std::vector<S_Ext_Instance> ext ( )
inline

get ext variable from lys_feature

Definition at line 1380 of file Tree_Schema.hpp.

std::vector<S_Iffeature> iffeature ( )
inline

get iffeature variable from lys_feature

Definition at line 1382 of file Tree_Schema.hpp.

S_Module module ( )
inline

get module variable from lys_feature

Definition at line 1384 of file Tree_Schema.hpp.

S_Set depfeatures ( )
inline

get depfeatures variable from lys_feature

Definition at line 1386 of file Tree_Schema.hpp.


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