 |
sysrepo
1.4.70
YANG datastore
|
Go to the documentation of this file.
64 using S_Data = std::shared_ptr<Data>;
65 using S_Val = std::shared_ptr<Val>;
67 using S_Vals = std::shared_ptr<Vals>;
69 using S_Logs = std::shared_ptr<Logs>;
virtual ~sysrepo_exception() override
std::shared_ptr< Deleter > S_Deleter
public API sysrepo header
Sysrepo class header for internal C++ classes.
std::shared_ptr< Tree_Change > S_Tree_Change
void set_stderr(sr_log_level_t log_level)
std::shared_ptr< Subscribe > S_Subscribe
@ SR_SUBSCR_DEFAULT
Default behavior of the subscription. In case of sr_module_change_subscribe call it means that:
sr_error_t error_code() const
void throw_exception(int error)
std::shared_ptr< Vals_Holder > S_Vals_Holder
std::shared_ptr< Errors > S_Errors
std::shared_ptr< Iter_Change > S_Iter_Change
std::shared_ptr< Session > S_Session
std::shared_ptr< Change > S_Change
std::shared_ptr< Val > S_Val
sr_log_level_t
Log levels used to determine if message of certain severity should be printed.
std::shared_ptr< Operation > S_Operation
Class for wrapping ref sr_log_level_t.
std::shared_ptr< Callback > S_Callback
Class for wrapping sr_error_t.
uint32_t connection_count()
std::shared_ptr< Logs > S_Logs
void set_syslog(const char *app_name, sr_log_level_t log_level)
std::shared_ptr< Data > S_Data
const char * get_repo_path()
std::shared_ptr< Xpath_Ctx > S_Xpath_Ctx
std::shared_ptr< Vals > S_Vals
enum sr_error_e sr_error_t
Sysrepo error codes.
sysrepo_exception(const sr_error_t error_code)
std::shared_ptr< Connection > S_Connection