ewmscp  ..
Classes | Namespaces | Functions
libsshCommon.h File Reference

(v0.19-24-g0617ca1 with changes)

#include <iostream>
#include "ioHandle.h"
#include "pathHandler.h"
#include "Options.h"
#include <libssh/libssh.h>
#include <libssh/sftp.h>
#include <throwcall.h>
#include <mutex>
#include "errMsgQueue.h"
Include dependency graph for libsshCommon.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  genericSftpStat
 
class  libsshCommon
 
class  libsshCommon::sshOptions
 
class  libsshIoCommon
 

Namespaces

 throwcall
 
 throwcall::sftp
 
 throwcall::ssh
 

Functions

template<typename T , typename ... Args>
void throwcall::sftp::good0 (T call, libsshCommon &handler, const Args &... args)
 
template<typename T , typename t , typename ... Args>
throwcall::sftp::badval (T call, t badvalue, libsshCommon &handler, const Args &... args)
 
template<typename T , typename ... Args>
void throwcall::ssh::good0 (T call, libsshCommon &handler, const Args &... args)
 
template<typename T , typename t , typename ... Args>
throwcall::ssh::goodval (T call, t goodvalue, libsshCommon &handler, const Args &... args)
 
template<typename T , typename t , typename ... Args>
throwcall::ssh::badval (T call, t badvalue, libsshCommon &handler, const Args &... args)