sysrepo  1.4.70
YANG datastore
Session.hpp File Reference

Sysrepo Session class header. More...

#include <iostream>
#include <memory>
#include <map>
#include <vector>
#include <libyang/Tree_Data.hpp>
#include "Sysrepo.hpp"
#include "Internal.hpp"
#include "Struct.hpp"
#include "Connection.hpp"
#include "Session.hpp"
#include "sysrepo.h"
Include dependency graph for Session.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Session
 Class for wrapping sr_session_ctx_t. More...
 
class  Callback
 Helper class for calling C callbacks, C++ only. More...
 
class  Subscribe
 Class for wrapping sr_subscription_ctx_t. More...
 

Namespaces

 sysrepo
 

Detailed Description

Sysrepo Session class header.

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