sysrepo  1.4.70
YANG datastore
Internal.hpp File Reference

Sysrepo class header for internal C++ classes. More...

#include <iostream>
#include <memory>
#include "sysrepo.h"
Include dependency graph for Internal.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

union  value_e
 
union  count_e
 
class  Deleter
 

Namespaces

 sysrepo
 

Typedefs

typedef union sysrepo::value_e value_t
 
typedef union sysrepo::count_e count_t
 

Enumerations

enum  Free_Type { VAL, VALS, VALS_POINTER, SESSION }
 

Detailed Description

Sysrepo class header for internal C++ classes.

Author
Mislav Novakovic misla.nosp@m.v.no.nosp@m.vakov.nosp@m.ic@s.nosp@m.artur.nosp@m.a.hr
Michal Vasko mvask.nosp@m.o@ce.nosp@m.snet..nosp@m.cz

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition in file Internal.hpp.


Data Structure Documentation

◆ sysrepo::value_e

union sysrepo::value_e

Definition at line 40 of file Internal.hpp.

Data Fields
sr_val_t * _val
sr_val_t ** p_vals
sr_session_ctx_t * _sess

◆ sysrepo::count_e

union sysrepo::count_e

Definition at line 46 of file Internal.hpp.

Data Fields
size_t _cnt
size_t * p_cnt