![]() |
sysrepo
1.4.70
YANG datastore
|
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 |
Class for wrapping tree sr_change_oper_t.
Definition at line 329 of file Struct.hpp.
Tree_Change | ( | ) |
Constructor for an empty sr_change_oper_t.
~Tree_Change | ( | ) |
|
inline |
Getter for sr_change_oper_t.
Definition at line 336 of file Struct.hpp.
libyang::S_Data_Node node | ( | ) |
Getter for the node.
|
inline |
Getter for previous value.
Definition at line 340 of file Struct.hpp.
|
inline |
Getter for previous list.
Definition at line 342 of file Struct.hpp.
|
inline |
Getter for previous default.
Definition at line 344 of file Struct.hpp.
|
friend |
Definition at line 346 of file Struct.hpp.