libyang  1.0.101
YANG data modeling language library
Restr Class Reference

#include <Tree_Schema.hpp>

Public Member Functions

 Restr (struct lys_restr *restr, S_Deleter deleter)
 
 ~Restr ()
 
const char * expr ()
 
const char * dsc ()
 
const char * ref ()
 
const char * eapptag ()
 
const char * emsg ()
 
std::vector< S_Ext_Instance > ext ()
 
uint8_t ext_size ()
 

Detailed Description

Definition at line 1394 of file Tree_Schema.hpp.

Constructor & Destructor Documentation

◆ Restr()

Restr ( struct lys_restr restr,
S_Deleter  deleter 
)

wrapper for struct lys_restr, for internal use only

Definition at line 515 of file Tree_Schema.cpp.

◆ ~Restr()

~Restr ( )

Definition at line 519 of file Tree_Schema.cpp.

Member Function Documentation

◆ expr()

const char* expr ( )
inline

get expr variable from lys_restr

Definition at line 1401 of file Tree_Schema.hpp.

◆ dsc()

const char* dsc ( )
inline

get dsc variable from lys_restr

Definition at line 1403 of file Tree_Schema.hpp.

◆ ref()

const char* ref ( )
inline

get ref variable from lys_restr

Definition at line 1405 of file Tree_Schema.hpp.

◆ eapptag()

const char* eapptag ( )
inline

get eapptag variable from lys_restr

Definition at line 1407 of file Tree_Schema.hpp.

◆ emsg()

const char* emsg ( )
inline

get emsg variable from lys_restr

Definition at line 1409 of file Tree_Schema.hpp.

◆ ext()

std::vector<S_Ext_Instance> ext ( )
inline

get ext variable from lys_restr

Definition at line 1411 of file Tree_Schema.hpp.

◆ ext_size()

uint8_t ext_size ( )
inline

get ext_size variable from lys_restr

Definition at line 1413 of file Tree_Schema.hpp.


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