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

#include <Tree_Schema.hpp>

Public Member Functions

 Revision (lys_revision *revision, S_Deleter deleter)
 
 ~Revision ()
 
char * date ()
 
uint8_t ext_size ()
 
const char * dsc ()
 
const char * ref ()
 

Detailed Description

Definition at line 1287 of file Tree_Schema.hpp.

Constructor & Destructor Documentation

Revision ( lys_revision revision,
S_Deleter  deleter 
)

wrapper for struct lys_revision, for internal use only

Definition at line 238 of file Tree_Schema.cpp.

~Revision ( )

Definition at line 242 of file Tree_Schema.cpp.

Member Function Documentation

char* date ( )
inline

get date variable from lys_revision

Definition at line 1294 of file Tree_Schema.hpp.

uint8_t ext_size ( )
inline

get ext_size variable from lys_revision

Definition at line 1296 of file Tree_Schema.hpp.

const char* dsc ( )
inline

get dsc variable from lys_revision

Definition at line 1298 of file Tree_Schema.hpp.

const char* ref ( )
inline

get ref variable from lys_revision

Definition at line 1300 of file Tree_Schema.hpp.


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