![]() |
sysrepo
1.4.70
YANG datastore
|
Class for wrapping sr_change_oper_t. More...
#include <Struct.hpp>
Public Member Functions | |
Change () | |
~Change () | |
sr_change_oper_t | oper () |
S_Val | new_val () |
S_Val | old_val () |
Friends | |
class | Session |
Class for wrapping sr_change_oper_t.
Definition at line 302 of file Struct.hpp.
Change | ( | ) |
Constructor for an empty sr_change_oper_t.
~Change | ( | ) |
|
inline |
Getter for sr_change_oper_t.
Definition at line 309 of file Struct.hpp.
S_Val new_val | ( | ) |
Getter for new sr_val_t.
S_Val old_val | ( | ) |
Getter for old sr_val_t.
|
friend |
Definition at line 315 of file Struct.hpp.