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

Constructor & Destructor Documentation

Restr ( struct lys_restr restr,
S_Deleter  deleter 
)

wrapper for struct lys_restr, for internal use only

Definition at line 521 of file Tree_Schema.cpp.

~Restr ( )

Definition at line 525 of file Tree_Schema.cpp.

Member Function Documentation

const char* expr ( )
inline

get expr variable from lys_restr

Definition at line 1400 of file Tree_Schema.hpp.

const char* dsc ( )
inline

get dsc variable from lys_restr

Definition at line 1402 of file Tree_Schema.hpp.

const char* ref ( )
inline

get ref variable from lys_restr

Definition at line 1404 of file Tree_Schema.hpp.

const char* eapptag ( )
inline

get eapptag variable from lys_restr

Definition at line 1406 of file Tree_Schema.hpp.

const char* emsg ( )
inline

get emsg variable from lys_restr

Definition at line 1408 of file Tree_Schema.hpp.

std::vector<S_Ext_Instance> ext ( )
inline

get ext variable from lys_restr

Definition at line 1410 of file Tree_Schema.hpp.

uint8_t ext_size ( )
inline

get ext_size variable from lys_restr

Definition at line 1412 of file Tree_Schema.hpp.


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