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

#include <Tree_Schema.hpp>

Public Member Functions

 Include (struct lys_include *include, S_Deleter deleter)
 
 ~Include ()
 
S_Submodule submodule ()
 
char * rev ()
 
uint8_t ext_size ()
 
std::vector< S_Ext_Instance > ext ()
 
const char * dsc ()
 
const char * ref ()
 

Detailed Description

Definition at line 1263 of file Tree_Schema.hpp.

Constructor & Destructor Documentation

Include ( struct lys_include include,
S_Deleter  deleter 
)

wrapper for struct lys_include, for internal use only

Definition at line 496 of file Tree_Schema.cpp.

~Include ( )

Definition at line 500 of file Tree_Schema.cpp.

Member Function Documentation

S_Submodule submodule ( )
inline

get submodule variable from lys_include

Definition at line 1270 of file Tree_Schema.hpp.

char* rev ( )
inline

get rev variable from lys_include

Definition at line 1272 of file Tree_Schema.hpp.

uint8_t ext_size ( )
inline

get ext_size variable from lys_include

Definition at line 1274 of file Tree_Schema.hpp.

std::vector<S_Ext_Instance> ext ( )
inline

get ext variable from lys_include

Definition at line 1276 of file Tree_Schema.hpp.

const char* dsc ( )
inline

get dsc variable from lys_include

Definition at line 1278 of file Tree_Schema.hpp.

const char* ref ( )
inline

get ref variable from lys_include

Definition at line 1280 of file Tree_Schema.hpp.


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