![]() |
libyang
0.16.105
YANG data modeling language library
|
#include <Tree_Schema.hpp>
Public Member Functions | |
| Substmt (struct lyext_substmt *substmt, S_Deleter deleter) | |
| ~Substmt () | |
| LY_STMT | stmt () |
| size_t | offset () |
| LY_STMT_CARD | cardinality () |
Definition at line 1040 of file Tree_Schema.hpp.
| Substmt | ( | struct lyext_substmt * | substmt, |
| S_Deleter | deleter | ||
| ) |
wrapper for struct lyext_substmt, for internal use only
Definition at line 423 of file Tree_Schema.cpp.
| ~Substmt | ( | ) |
Definition at line 427 of file Tree_Schema.cpp.
|
inline |
get stmt variable from lyext_substmt
Definition at line 1047 of file Tree_Schema.hpp.
|
inline |
get offset variable from lyext_substmt
Definition at line 1049 of file Tree_Schema.hpp.
|
inline |
get cardinality variable from lyext_substmt
Definition at line 1051 of file Tree_Schema.hpp.