libyang
1.0.253
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 1045 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 432 of file Tree_Schema.cpp.
~Substmt | ( | ) |
Definition at line 436 of file Tree_Schema.cpp.
|
inline |
get stmt variable from lyext_substmt
Definition at line 1052 of file Tree_Schema.hpp.
|
inline |
get offset variable from lyext_substmt
Definition at line 1054 of file Tree_Schema.hpp.
|
inline |
get cardinality variable from lyext_substmt
Definition at line 1056 of file Tree_Schema.hpp.