libyang  1.0.253
YANG data modeling language library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
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 1441 of file Tree_Schema.hpp.

Constructor & Destructor Documentation

Ident ( struct lys_ident ident,
S_Deleter  deleter 
)

wrapper for struct lys_ident, for internal use only

Definition at line 527 of file Tree_Schema.cpp.

~Ident ( )

Definition at line 531 of file Tree_Schema.cpp.

Member Function Documentation

const char* name ( )
inline

get name variable from lys_ident

Definition at line 1448 of file Tree_Schema.hpp.

const char* dsc ( )
inline

get dsc variable from lys_ident

Definition at line 1450 of file Tree_Schema.hpp.

const char* ref ( )
inline

get ref variable from lys_ident

Definition at line 1452 of file Tree_Schema.hpp.

uint16_t flags ( )
inline

get flags variable from lys_ident

Definition at line 1454 of file Tree_Schema.hpp.

uint8_t ext_size ( )
inline

get ext_size variable from lys_ident

Definition at line 1456 of file Tree_Schema.hpp.

uint8_t iffeature_size ( )
inline

get iffeature_size variable from lys_ident

Definition at line 1458 of file Tree_Schema.hpp.

uint8_t base_size ( )
inline

get base_size variable from lys_ident

Definition at line 1460 of file Tree_Schema.hpp.

std::vector<S_Ext_Instance> ext ( )
inline

get ext variable from lys_ident

Definition at line 1462 of file Tree_Schema.hpp.

std::vector<S_Iffeature> iffeature ( )
inline

get iffeature variable from lys_ident

Definition at line 1464 of file Tree_Schema.hpp.

S_Module module ( )
inline

get module variable from lys_ident

Definition at line 1466 of file Tree_Schema.hpp.

std::vector< S_Ident > base ( )

get base variable from lys_ident

Definition at line 532 of file Tree_Schema.cpp.

S_Set der ( )
inline

get der variable from lys_ident

Definition at line 1470 of file Tree_Schema.hpp.


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