libyang  1.0.253
YANG data modeling language library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
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 ( 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.

Member Function Documentation

LY_STMT stmt ( )
inline

get stmt variable from lyext_substmt

Definition at line 1052 of file Tree_Schema.hpp.

size_t offset ( )
inline

get offset variable from lyext_substmt

Definition at line 1054 of file Tree_Schema.hpp.

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: