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

#include <Tree_Schema.hpp>

Public Member Functions

 Import (struct lys_import *import, S_Deleter deleter)
 
 ~Import ()
 
S_Module module ()
 
const char * prefix ()
 
char * rev ()
 
uint8_t ext_size ()
 
std::vector< S_Ext_Instance > ext ()
 
const char * dsc ()
 
const char * ref ()
 

Detailed Description

Definition at line 1237 of file Tree_Schema.hpp.

Constructor & Destructor Documentation

Import ( struct lys_import import,
S_Deleter  deleter 
)

wrapper for struct lys_import, for internal use only

Definition at line 490 of file Tree_Schema.cpp.

~Import ( )

Definition at line 494 of file Tree_Schema.cpp.

Member Function Documentation

S_Module module ( )
inline

get module variable from lys_import

Definition at line 1244 of file Tree_Schema.hpp.

const char* prefix ( )
inline

get prefix variable from lys_import

Definition at line 1246 of file Tree_Schema.hpp.

char* rev ( )
inline

get rev variable from lys_import

Definition at line 1248 of file Tree_Schema.hpp.

uint8_t ext_size ( )
inline

get ext_size variable from lys_import

Definition at line 1250 of file Tree_Schema.hpp.

std::vector<S_Ext_Instance> ext ( )
inline

get ext variable from lys_import

Definition at line 1252 of file Tree_Schema.hpp.

const char* dsc ( )
inline

get dsc variable from lys_import

Definition at line 1254 of file Tree_Schema.hpp.

const char* ref ( )
inline

get ref variable from lys_import

Definition at line 1256 of file Tree_Schema.hpp.


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