libyang  1.0.184
YANG data modeling language library
Substmt Class Reference

#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 ()
 

Detailed Description

Definition at line 1045 of file Tree_Schema.hpp.

Constructor & Destructor Documentation

◆ Substmt()

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()

~Substmt ( )

Definition at line 436 of file Tree_Schema.cpp.

Member Function Documentation

◆ stmt()

LY_STMT stmt ( )
inline

get stmt variable from lyext_substmt

Definition at line 1052 of file Tree_Schema.hpp.

◆ offset()

size_t offset ( )
inline

get offset variable from lyext_substmt

Definition at line 1054 of file Tree_Schema.hpp.

◆ cardinality()

LY_STMT_CARD cardinality ( )
inline

get cardinality variable from lyext_substmt

Definition at line 1056 of file Tree_Schema.hpp.


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