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

#include <Tree_Schema.hpp>

Public Member Functions

 Type_Info_Lref (struct lys_type_info_lref *info_lref, S_Deleter deleter)
 
 ~Type_Info_Lref ()
 
const char * path ()
 
S_Schema_Node_Leaf target ()
 
int8_t req ()
 

Detailed Description

Definition at line 359 of file Tree_Schema.hpp.

Constructor & Destructor Documentation

Type_Info_Lref ( struct lys_type_info_lref info_lref,
S_Deleter  deleter 
)

wrapper for struct lys_type_info_lref, for internal use only

Definition at line 165 of file Tree_Schema.cpp.

Definition at line 169 of file Tree_Schema.cpp.

Member Function Documentation

const char* path ( )
inline

get path variable from lys_type_info_lref

Definition at line 366 of file Tree_Schema.hpp.

S_Schema_Node_Leaf target ( )

get target variable from lys_type_info_lref

Definition at line 170 of file Tree_Schema.cpp.

int8_t req ( )
inline

get req variable from lys_type_info_lref

Definition at line 370 of file Tree_Schema.hpp.


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