libyang
1.0.253
YANG data modeling language library
|
Functions | |
S_Context | create_new_Context (struct ly_ctx *ctx) |
std::vector< S_Error > | get_ly_errors (S_Context context) |
int | set_log_options (int options) |
LY_LOG_LEVEL | set_log_verbosity (LY_LOG_LEVEL level) |
S_Data_Node | create_new_Data_Node (struct lyd_node *node) |
Class wrappers for data structures and functions to manipulate and access instance data tree.
struct libyang::Decimal64 |
Definition at line 40 of file Tree_Data.hpp.
Data Fields | ||
---|---|---|
int64_t | value | |
uint8_t | digits |
S_Context create_new_Context | ( | struct ly_ctx * | ctx | ) |
Definition at line 441 of file Libyang.cpp.
std::vector< S_Error > get_ly_errors | ( | S_Context | context | ) |
Definition at line 323 of file Libyang.cpp.
int set_log_options | ( | int | options | ) |
Definition at line 344 of file Libyang.cpp.
LY_LOG_LEVEL set_log_verbosity | ( | LY_LOG_LEVEL | level | ) |
Definition at line 349 of file Libyang.cpp.
S_Data_Node create_new_Data_Node | ( | struct lyd_node * | node | ) |
Definition at line 648 of file Tree_Data.cpp.