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

#include <Tree_Schema.hpp>

Public Member Functions

 When (struct lys_when *when, S_Deleter deleter=nullptr)
 
 ~When ()
 
const char * cond ()
 
const char * dsc ()
 
const char * ref ()
 
std::vector< S_Ext_Instance > ext ()
 
uint8_t ext_size ()
 

Detailed Description

Definition at line 1419 of file Tree_Schema.hpp.

Constructor & Destructor Documentation

When ( struct lys_when when,
S_Deleter  deleter = nullptr 
)

wrapper for struct lys_when, for internal use only

Definition at line 425 of file Tree_Schema.cpp.

~When ( )

Definition at line 429 of file Tree_Schema.cpp.

Member Function Documentation

const char* cond ( )
inline

get cond variable from lys_when

Definition at line 1426 of file Tree_Schema.hpp.

const char* dsc ( )
inline

get dsc variable from lys_when

Definition at line 1428 of file Tree_Schema.hpp.

const char* ref ( )
inline

get ref variable from lys_when

Definition at line 1430 of file Tree_Schema.hpp.

std::vector< S_Ext_Instance > ext ( )

get ext variable from lys_when

Definition at line 430 of file Tree_Schema.cpp.

uint8_t ext_size ( )
inline

get ext_size variable from lys_when

Definition at line 1434 of file Tree_Schema.hpp.


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