libyang  1.0.253
YANG data modeling language library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Tree_Data.hpp File Reference

Class implementation for libyang C header tree_data.h. More...

#include <iostream>
#include <memory>
#include <exception>
#include <vector>
#include "Internal.hpp"
#include "Tree_Schema.hpp"
#include "libyang.h"
#include "tree_data.h"
Include dependency graph for Tree_Data.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Decimal64
 
class  Value
 class for wrapping lyd_val. More...
 
class  Data_Node
 classes for wrapping lyd_node. More...
 
class  Data_Node_Leaf_List
 class for wrapping lyd_node_leaf_list. More...
 
class  Data_Node_Anydata
 class for wrapping lyd_node_anydata. More...
 
class  Attr
 class for wrapping lyd_attr. More...
 
class  Difflist
 class for wrapping lyd_difflist. More...
 

Namespaces

 libyang
 

Functions

S_Data_Node create_new_Data_Node (struct lyd_node *node)
 

Detailed Description

Class implementation for libyang C header tree_data.h.

Author
Mislav Novakovic misla.nosp@m.v.no.nosp@m.vakov.nosp@m.ic@s.nosp@m.artur.nosp@m.a.hr Copyright (c) 2017 Deutsche Telekom AG.

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 Tree_Data.hpp.