libyang
1.0.253
YANG data modeling language library
|
Class implementation for libyang C header libyang.h. More...
#include <iostream>
#include <memory>
#include <exception>
#include <functional>
#include <vector>
#include "Internal.hpp"
Go to the source code of this file.
Data Structures | |
class | Context |
class for wrapping ly_ctx. More... | |
struct | Context::mod_missing_cb_return |
class | Error |
class for wrapping ly_err_item. More... | |
class | Set |
class for wrapping ly_set. More... | |
Namespaces | |
libyang | |
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) |
Class implementation for libyang C header libyang.h.
This source code is licensed under BSD 3-Clause License (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at
https://opensource.org/licenses/BSD-3-Clause
Definition in file Libyang.hpp.
struct libyang::Context::mod_missing_cb_return |
Definition at line 104 of file Libyang.hpp.
Data Fields | ||
---|---|---|
LYS_INFORMAT | format | |
const char * | data |