sysrepo  1.4.70
YANG datastore
Tree_Change Class Reference

Class for wrapping tree sr_change_oper_t. More...

#include <Struct.hpp>

Public Member Functions

 Tree_Change ()
 
 ~Tree_Change ()
 
sr_change_oper_t oper ()
 
libyang::S_Data_Node node ()
 
const char * prev_value ()
 
const char * prev_list ()
 
bool prev_dflt ()
 

Friends

class Session
 

Detailed Description

Class for wrapping tree sr_change_oper_t.

Definition at line 329 of file Struct.hpp.

Constructor & Destructor Documentation

◆ Tree_Change()

Constructor for an empty sr_change_oper_t.

◆ ~Tree_Change()

Member Function Documentation

◆ oper()

sr_change_oper_t oper ( )
inline

Getter for sr_change_oper_t.

Definition at line 336 of file Struct.hpp.

◆ node()

libyang::S_Data_Node node ( )

Getter for the node.

◆ prev_value()

const char* prev_value ( )
inline

Getter for previous value.

Definition at line 340 of file Struct.hpp.

◆ prev_list()

const char* prev_list ( )
inline

Getter for previous list.

Definition at line 342 of file Struct.hpp.

◆ prev_dflt()

bool prev_dflt ( )
inline

Getter for previous default.

Definition at line 344 of file Struct.hpp.

Friends And Related Function Documentation

◆ Session

friend class Session
friend

Definition at line 346 of file Struct.hpp.


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