libyang  0.16.105
YANG data modeling language library
Ident Class Reference

#include <Tree_Schema.hpp>

Public Member Functions

 Ident (struct lys_ident *ident, S_Deleter deleter)
 
 ~Ident ()
 
const char * name ()
 
const char * dsc ()
 
const char * ref ()
 
uint16_t flags ()
 
uint8_t ext_size ()
 
uint8_t iffeature_size ()
 
uint8_t base_size ()
 
std::vector< S_Ext_Instance > ext ()
 
std::vector< S_Iffeature > iffeature ()
 
S_Module module ()
 
std::vector< S_Ident > base ()
 
S_Set der ()
 

Detailed Description

Definition at line 1436 of file Tree_Schema.hpp.

Constructor & Destructor Documentation

◆ Ident()

Ident ( struct lys_ident ident,
S_Deleter  deleter 
)

wrapper for struct lys_ident, for internal use only

Definition at line 518 of file Tree_Schema.cpp.

◆ ~Ident()

~Ident ( )

Definition at line 522 of file Tree_Schema.cpp.

Member Function Documentation

◆ name()

const char* name ( )
inline

get name variable from lys_ident

Definition at line 1443 of file Tree_Schema.hpp.

◆ dsc()

const char* dsc ( )
inline

get dsc variable from lys_ident

Definition at line 1445 of file Tree_Schema.hpp.

◆ ref()

const char* ref ( )
inline

get ref variable from lys_ident

Definition at line 1447 of file Tree_Schema.hpp.

◆ flags()

uint16_t flags ( )
inline

get flags variable from lys_ident

Definition at line 1449 of file Tree_Schema.hpp.

◆ ext_size()

uint8_t ext_size ( )
inline

get ext_size variable from lys_ident

Definition at line 1451 of file Tree_Schema.hpp.

◆ iffeature_size()

uint8_t iffeature_size ( )
inline

get iffeature_size variable from lys_ident

Definition at line 1453 of file Tree_Schema.hpp.

◆ base_size()

uint8_t base_size ( )
inline

get base_size variable from lys_ident

Definition at line 1455 of file Tree_Schema.hpp.

◆ ext()

std::vector<S_Ext_Instance> ext ( )
inline

get ext variable from lys_ident

Definition at line 1457 of file Tree_Schema.hpp.

◆ iffeature()

std::vector<S_Iffeature> iffeature ( )
inline

get iffeature variable from lys_ident

Definition at line 1459 of file Tree_Schema.hpp.

◆ module()

S_Module module ( )
inline

get module variable from lys_ident

Definition at line 1461 of file Tree_Schema.hpp.

◆ base()

std::vector< S_Ident > base ( )

get base variable from lys_ident

Definition at line 523 of file Tree_Schema.cpp.

◆ der()

S_Set der ( )
inline

get der variable from lys_ident

Definition at line 1465 of file Tree_Schema.hpp.


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